public interface AuthenticatorClientCallback
Authenticator completes authentication.| Modifier and Type | Method and Description |
|---|---|
void |
onAuthenticationComplete(AuthenticatorReport report)
The client implemented callback invoked when an authentication
is complete.
|
void onAuthenticationComplete(AuthenticatorReport report)
report - Contains details about the status and execution
of the authentication process.