Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.01 KB

File metadata and controls

33 lines (21 loc) · 1.01 KB

AccessCodeDetail

Properties

Name Type Description Notes
authenticationType AuthenticationTypeEnum
emailId String [optional]
order Integer [optional]
accessCode String [optional]
onBehalfOf String [optional]
phoneNumber PhoneNumber [optional]
identityVerificationSettings IdentityVerificationSettings [optional]
authenticationRetryCount Integer [optional]
authenticationSettings AuthenticationSettings [optional]

Enum: AuthenticationTypeEnum

Name Value
NONE "None"
EMAIL_OTP "EmailOTP"
ACCESS_CODE "AccessCode"
SMSOTP "SMSOTP"
ID_VERIFICATION "IdVerification"