Skip to main content

OTPCreateParms

The OTP to create.

Properties

NameTypeDescriptionNotes
application_idstrUnique identifier of the Identity as a Service Authentication API application
client_ipstrProvided client IP address.[optional]
deliver_otpboolWhether to deliver the OTP. If not specified, this defaults to true.[optional]
otp_delivery_typestrDefines how a user receives their one-time passcode (Email, Text message (SMS), or Voice message (VOICE)).[optional]
return_otpboolWhether to return the OTP. If not specified, this defaults to false.[optional]
transaction_detailsList[TransactionDetail]Defines transaction details to be associated with the OTP.[optional]
user_idstrUser ID (containing the user ID or a user alias) of the Identity as a Service user the OTP is being created for.

Example