NMAPasswordUserVerificationContext
@objc
public protocol NMAPasswordUserVerificationContext : NMAUserVerificationContext
The object providing information about the password user verification (i.e. the user credential validation) operation to be done.
This object contains the information required to ask the user to authenticate: the authenticator to be used, whether there were previous errors authenticating, etc.
-
The authenticator protection status.
Declaration
Swift
var authenticatorProtectionStatus: NMAPasswordAuthenticatorProtectionStatus { get }
-
When a recoverable error occurred during the last credential verification, this method returns the object describing the last error.
Declaration
Swift
var lastRecoverableError: NMAPasswordUserVerificationError? { get }