OTP Management
-
A singleton class for performing all the workflows related to OTP code sending and verification.
Declaration
Swift
@objc public class OTPManager : NSObject
-
The purpose for requesting an OTP code from the server.
Declaration
Swift
@objc public enum OTPPurpose : Int, StringConvertibleEnum
-
OTP Session Model.
Declaration
Swift
@objc public class OTPSession : NSObject, Codable