StaticOTPValve
Note
Valve for creating a static one-time password.
Properties
| Name | Description | Default value | Mandatory | Supports property expansion |
|---|---|---|---|---|
| static_otp | The static otp value. | 111111 | No | No |
| generated_otp_name | Item property containing the generated otp. | generated_otp | No | No |
Example Configuration
{
"name": "StaticOTPValve",
"config": {
"static_otp":"123456",
"generated_otp_name":"generated_otp"
}
}
Requirements
Item set must have at least one entry.