Skip to main content

AccessCodePayload

public class AccessCodePayload extends Object

package com.onekosmos.blockid.sdk.BIDAPIs.accessCode.GetAccessCodeResponse


Model class to hold Access Code Payload data (attributes).

Method Summary

TypeNameDescription
StringgetAuthType()Returns authentication type associated with access code redemption flow.
StringgetInvite_email()Returns the email which is used to receive user onboarding email.
StringgetOtp_email()Returns the email which is used to receive OTP.
StringgetUserid()Returns userid of user to be onboarded using access code redemption flow.

Method Detail


getAuthType

public String getAuthType()

  • Returns authentication type associated with access code redemption flow.

getInvite_email

public String getInvite_email()

  • Returns the email which is used to receive user onboarding email.

getOtp_email

public String getOtp_email()

  • Returns the email which is used to receive OTP.

getUserid

public String getUserid()

  • Returns userid of user to be onboarded using access code redemption flow.