AuthenticationType
@objc
public enum AuthenticationType : Int
Authentication type.
-
Authentication through the OTP
Declaration
Swift
case otp -
Authentication through biometrics (fingerprint, face scanning etc.)
Declaration
Swift
case biometrics
-
Declaration
Swift
public init(from decoder: Decoder) throws
-
Encodes the contents of the receiver.
Throws
EncodingErrorDeclaration
Swift
public func encode(to encoder: Encoder) throwsParameters
encoderEncoder.
AuthenticationType Enumeration Reference