EMOtpType
Objective-C
enum EMOtpType : NSUInteger {}
Swift
enum EMOtpType : UInt, @unchecked Sendable
The enum Otp type.
Since
5.3-
Oath totp otp type.
Declaration
Objective-C
EMOtpTypeOathTotpSwift
case oathTotp = 0 -
Oath hotp otp type.
Declaration
Objective-C
EMOtpTypeOathHotpSwift
case oathHotp = 1 -
Oath dcvv otp type.
Declaration
Objective-C
EMOtpTypeOathDcvvSwift
case oathDcvv = 2 -
Oath ocra otp type.
Declaration
Objective-C
EMOtpTypeOathOcraSwift
case oathOcra = 3 -
Cap otp type.
Declaration
Objective-C
EMOtpTypeCapSwift
case cap = 4
EMOtpType Enumeration Reference