Interface PasswordEnrollmentContext


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

    • username

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

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