| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<IAuthenticationResult> |
ConfidentialClientApplication.acquireToken(ClientCredentialParameters parameters) |
CompletableFuture<IAuthenticationResult> |
IConfidentialClientApplication.acquireToken(ClientCredentialParameters parameters)
Acquires tokens from the authority configured in the application, for the confidential client
itself.
|
CompletableFuture<IAuthenticationResult> |
IPublicClientApplication.acquireToken(DeviceCodeFlowParameters parameters)
Acquires security token from the authority using an device code flow.
|
CompletableFuture<IAuthenticationResult> |
PublicClientApplication.acquireToken(DeviceCodeFlowParameters parameters) |
CompletableFuture<IAuthenticationResult> |
IPublicClientApplication.acquireToken(IntegratedWindowsAuthenticationParameters parameters)
Acquires tokens from the authority configured in the application via Integrated Windows Authentication.
|
CompletableFuture<IAuthenticationResult> |
PublicClientApplication.acquireToken(IntegratedWindowsAuthenticationParameters parameters) |
CompletableFuture<IAuthenticationResult> |
IPublicClientApplication.acquireToken(InteractiveRequestParameters parameters)
Acquires tokens from the authority using authorization code grant.
|
CompletableFuture<IAuthenticationResult> |
PublicClientApplication.acquireToken(InteractiveRequestParameters parameters) |
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.
|
CompletableFuture<IAuthenticationResult> |
IPublicClientApplication.acquireToken(UserNamePasswordParameters parameters)
Acquires tokens from the authority configured in the application via Username/Password authentication.
|
CompletableFuture<IAuthenticationResult> |
PublicClientApplication.acquireToken(UserNamePasswordParameters parameters) |
Copyright © 2013–2021. All rights reserved.