EMOtpType

enum EMOtpType {}

The enum Otp type.

Since

5.3
  • Oath totp otp type.

    Declaration

    Objective-C

    EMOtpTypeOathTotp

    Swift

    case oathTotp = 0
  • Oath hotp otp type.

    Declaration

    Objective-C

    EMOtpTypeOathHotp

    Swift

    case oathHotp = 1
  • Oath dcvv otp type.

    Declaration

    Objective-C

    EMOtpTypeOathDcvv

    Swift

    case oathDcvv = 2
  • Oath ocra otp type.

    Declaration

    Objective-C

    EMOtpTypeOathOcra

    Swift

    case oathOcra = 3
  • Cap otp type.

    Declaration

    Objective-C

    EMOtpTypeCap

    Swift

    case cap = 4