OTPPurpose

@objc
public enum OTPPurpose : Int, StringConvertibleEnum

The purpose for requesting an OTP code from the server.

  • OTP code for verifying an email address.

    Declaration

    Swift

    case verifyEmail = 1
  • OTP code for verifying mobile phone number.

    Declaration

    Swift

    case verifyMobile = 2
  • OTP code for completing device enrollment.

    Declaration

    Swift

    case deviceEnroll = 4
  • OTP code for verifying a vehicle.

    Declaration

    Swift

    case verifyVehicle = 5
  • OTP code for email verification as part of sign up workflow.

    Declaration

    Swift

    case verifyEmailForSignup = 6
  • OTP code for mobile verification as part of sign up workflow.

    Declaration

    Swift

    case verifyMobileForSignup = 7