NMAPasswordChangeContext
@objc
public protocol NMAPasswordChangeContext
The object providing some contextual information during password change.
-
The username whose PIN must be changed.
Declaration
Swift
var username: Username { get }
-
The object describing the password protection status (whether is locked, in cool-down mode, * etc.).
Declaration
Swift
var authenticatorProtectionStatus: NMAPasswordAuthenticatorProtectionStatus { get }
-
The object describing the latest recoverable error (if any).
Declaration
Swift
var lastRecoverableError: NMAPasswordChangeRecoverableError? { get }