| Modifier and Type | Method and Description |
|---|---|
Account |
AuthResult.getAccount() |
Account |
ReadAccountResult.getAccount() |
| Modifier and Type | Method and Description |
|---|---|
MsalRuntimeFuture |
MsalRuntimeInterop.acquireTokenInteractively(long windowHandle,
AuthParameters authParameters,
String correlationId,
Account account)
Calls MSALRuntime's AcquireTokenInteractively API to retrieve tokens for a given account, by
showing a UI to the user
|
MsalRuntimeFuture |
MsalRuntimeInterop.acquireTokenSilently(AuthParameters authParameters,
String correlationId,
Account account)
Calls MSALRuntime's AcquireTokenSilently API to retrieve tokens for a given account, without
showing a UI to the user
|
MsalRuntimeFuture |
MsalRuntimeInterop.signOutSilently(String clientId,
String correlationId,
Account account)
Calls MSALRuntime's SignOut API, which will delete cached tokens for a given account and
require this account to perform a new sign in
|
Copyright © 2023. All rights reserved.