AccessCodeResponseDataPayload
public class AccessCodeResponseDataPayload: Codable
Model class to hold Access Code Payload data (attributes).
Field Summary
Parameters | ||
---|---|---|
String | authType | Returns authentication type associated with access code redemption flow. |
String | invite_email | Returns the email which is used to receive user onboarding email. |
String | otp_email | Returns the email which is used to receive OTP. |
String | userid | Returns userid of user to be onboarded using access code redemption flow. |