Interface PinChangeContext


public interface PinChangeContext
The object providing some contextual information during PIN change.
See Also:
  • Method Details

    • username

      String username()
      The username whose PIN must be changed.
      Returns:
      the username
    • lastRecoverableError

      Optional<PinChangeRecoverableError> lastRecoverableError()
      The object describing the latest recoverable error (if any).
      Returns:
      the last recoverable error
    • authenticatorProtectionStatus

      PinAuthenticatorProtectionStatus authenticatorProtectionStatus()
      The object describing the PIN protection status (whether is locked, in cool-down mode, etc.).
      Returns:
      the PinAuthenticatorProtectionStatus