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