| Modifier and Type | Method and Description |
|---|---|
UserNamePasswordParameters |
UserNamePasswordParameters.UserNamePasswordParametersBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<IAuthenticationResult> |
IBroker.acquireToken(PublicClientApplication application,
UserNamePasswordParameters parameters)
Acquires a token silently using username and password authentication.
|
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–2025. All rights reserved.