public static interface IMultipleAccountPublicClientApplication.GetAccountCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onError(MsalException exception)
Called once exception thrown.
|
void |
onTaskCompleted(IAccount result)
Called once succeed and pass the result object.
|
void onTaskCompleted(IAccount result)
result - the success result.void onError(MsalException exception)
exception -