NMAAuthenticationError
public class NMAAuthenticationError : NMAMobileAuthenticationClientError
An error occurred during authentication.
-
The possible error types can occur during authentication.
See moreDeclaration
Swift
@objc public enum AuthenticationErrorType : Int
-
The type of the error that occurred.
Declaration
Swift
@objc public var errorType: AuthenticationErrorType
-
The
FidoErrorCode
of the error that occurred.Declaration
Swift
@objc public var errorCode: FidoErrorCode
-
The session provider that can be used to continue with the operation.
Declaration
Swift
@objc public var sessionProvider: NMASessionProvider?