IDVType

public enum IDVType : String, Codable

The list of Identity and Verification method types in IDVType.

Version

Version 3.0

Since

Since 3.0
  • otpEmail is used when the end user opts for OTP through mail verification.

    Declaration

    Swift

    case otpEmail = "OTP_EMAIL"
  • otpSMS is used when the end user opts for OTP through SMS verification.

    Declaration

    Swift

    case otpSMS = "OTP_SMS"