Skip to main content

OTPCreateParms

The OTP to create.

Properties

NameTypeDescriptionNotes
ApplicationIdstringUnique identifier of the Identity as a Service Authentication API application
ClientIpstringProvided client IP address.[optional]
DeliverOTPbool?Whether to deliver the OTP. If not specified, this defaults to true.[optional]
OtpDeliveryTypestringDefines how a user receives their one-time passcode (Email, Text message (SMS), or Voice message (VOICE)).[optional]
ReturnOTPbool?Whether to return the OTP. If not specified, this defaults to false.[optional]
TransactionDetailsList<TransactionDetail>Defines transaction details to be associated with the OTP.[optional]
UserIdstringUser ID (containing the user ID or a user alias) of the Identity as a Service user the OTP is being created for.