public static interface IMultipleAccountPublicClientApplication.RemoveAccountCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onError(MsalException exception)
Invoked when the account failed to load.
|
void |
onRemoved()
Invoked when account successfully removed
|
void onRemoved()
void onError(MsalException exception)
exception - the exception object.