PasswordChangeContext
public protocol PasswordChangeContext
The object providing some contextual information during password change.
-
The username whose password 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: PasswordAuthenticatorProtectionStatus { get }
-
The object describing the latest recoverable error (if any).
Declaration
Swift
var lastRecoverableError: PasswordChangeRecoverableError? { get }