TokenValidationValve
valve for validating a HOTP/TOTP token otp against token(s) assigned to the user.
Properties
Example Configuration
{
        "name": "TokenValidationValve",
        "config": { 
              "otp_length":"8",
              "hotp_lookahead":"10",
              "provided_otp_param_name":"{{request.User-Password}}"
        }
}
  Requirements
Item set must have at least one entry.