Interface PinEnrollmentContext


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

    • username

      String username()
      The username associated with the authenticator.
      Returns:
      the username associated with the authenticator.
    • lastRecoverableError

      Optional<PinEnrollmentError> lastRecoverableError()
      The last recoverable error (if any).
      Returns:
      the last recoverable error (if any)