public static interface IPublicClientApplication.ApplicationCreatedListener
| Modifier and Type | Method and Description |
|---|---|
void |
onCreated(IPublicClientApplication application)
Called once an IPublicClientApplication is successfully created.
|
void |
onError(MsalException exception)
Called once IPublicClientApplication can't be created.
|
void onCreated(IPublicClientApplication application)
void onError(MsalException exception)