StaticOTPValve

Valve for creating a static one-time passwords.

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"
        }
}

Requirements

Item set must have at least one entry.