OTP Generation

Generates a one-time password.

Use this valve to generate a one-time password.

Configuration

Valve name: GenerateOtp | OtpGeneration

NameDescriptionDefault valueMandatoryExpanded

otp_length

Length of the one-time password.

6

alpha_numeric

Enables alpha numeric OTPs.

false

valid_time

The valid time (in seconds) for the generated OTP.

60

dest_parameter

Parameter containing the raw OTP "suite". Used for validation.

"generated_otp"

otp_parameter

Simple OTP value (Only the actual OTP). Commonly used for sender valves.

"generated_otp_value"