NMADeleteAuthenticatorError
public class NMADeleteAuthenticatorError : NMAMobileAuthenticationClientError
The error which is thrown by NMALocalData/deleteAuthenticator(username:aaid:_:)
in case of any error occurs.
For instance if the provided AAID is not known, or if the authenticator is
a system authenticator and is not registered for the user, or if the authenticator is an SDK
managed authenticator (PIN) and is not enrolled, nor registered for the user.
Requires
iOS platform-
The possible error types can occur when deleting an authenticator.
See moreDeclaration
Swift
@objc public enum DeleteAuthenticatorErrorType : Int
-
The type of the error that occurred.
Declaration
Swift
@objc public var errorType: DeleteAuthenticatorErrorType