Interface AuthenticatorSelectionHandler
- All Superinterfaces:
CancelableHandler
The object handling the outcome of an interaction where the user chooses the authenticator to be used.
-
Method Summary
-
Method Details
-
cancel
void cancel()This method must be invoked if the operation must be canceled.- Specified by:
cancel
in interfaceCancelableHandler
- Throws:
IllegalStateException
- if either this method oraaid(String)
were previously invoked
-
aaid
Provides the AAID of the authenticator selected by the user.- Parameters:
aaid
- the AAID of the selected authenticator- Throws:
IllegalStateException
- if eithercancel()
or this method were previously invoked
-