| Modifier and Type | Method and Description |
|---|---|
OnBehalfOfParameters |
OnBehalfOfParameters.OnBehalfOfParametersBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<IAuthenticationResult> |
ConfidentialClientApplication.acquireToken(OnBehalfOfParameters parameters) |
CompletableFuture<IAuthenticationResult> |
IConfidentialClientApplication.acquireToken(OnBehalfOfParameters parameters)
Acquires an access token for this application (usually a Web API) from the authority configured
in the application, in order to access another downstream protected Web API on behalf of a user
using the On-Behalf-Of flow.
|
Copyright © 2013–2021. All rights reserved.