public static interface ISingleAccountPublicClientApplication.SignOutCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onError(MsalException exception)
Invoked when the account failed to load.
|
void |
onSignOut()
Invoked when account successfully signed out
|
void onSignOut()
void onError(MsalException exception)
exception - the exception object.