| Modifier and Type | Method and Description |
|---|---|
PublicClientApplication |
PublicClientApplication.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<IAuthenticationResult> |
IBroker.acquireToken(PublicClientApplication application,
InteractiveRequestParameters parameters)
Acquires a token interactively by prompting the user to enter credentials.
|
default CompletableFuture<IAuthenticationResult> |
IBroker.acquireToken(PublicClientApplication application,
SilentParameters requestParameters)
Acquires a token silently without user interaction.
|
default CompletableFuture<IAuthenticationResult> |
IBroker.acquireToken(PublicClientApplication application,
UserNamePasswordParameters parameters)
Acquires a token silently using username and password authentication.
|
default void |
IBroker.removeAccount(PublicClientApplication application,
IAccount account)
Removes an account from the broker's token cache.
|
Copyright © 2013–2025. All rights reserved.