public static interface IPublicClientApplication.SignedHttpRequestRequestCallback
IPublicClientApplication.generateSignedHttpRequest(IAccount, PoPAuthenticationScheme)
.Modifier and Type | Method and Description |
---|---|
void |
onError(MsalException exception)
Called if an error occurs during signing.
|
void |
onTaskCompleted(java.lang.String result)
Called after signing of the supplied properties has finished.
|
void onTaskCompleted(java.lang.String result)
result
- The resulting SHR.void onError(MsalException exception)
exception
-