public interface UnAuthenticatorClientCallback
UnAuthenticator completes un-authentication.| Modifier and Type | Method and Description |
|---|---|
void |
onUnAuthenticationComplete(UnAuthenticatorReport report)
The client implemented callback invoked when an un-authentication
(logout) is complete.
|
void onUnAuthenticationComplete(UnAuthenticatorReport report)
report - Contains details about the status and execution
of the un-authentication process.