Interface PinEnrollmentContext
public interface PinEnrollmentContext
The object providing some contextual information during PIN enrollment.
-
Method Summary
Modifier and TypeMethodDescriptionThe last recoverable error (if any).username()
The username associated with the authenticator.
-
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)
-