public static interface IPublicClientApplication.LoadAccountsCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onError(MsalException exception)
Called once exception thrown.
|
void |
onTaskCompleted(java.util.List<IAccount> result)
Called once succeed and pass the result object.
|
void onTaskCompleted(java.util.List<IAccount> result)
result - the success result.void onError(MsalException exception)
exception -