public interface IManagedIdentityApplication
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_AUTHORITY |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<IAuthenticationResult> |
acquireTokenForManagedIdentity(ManagedIdentityParameters parameters)
Acquires tokens from the configured managed identity on an azure resource.
|
String |
correlationId() |
IHttpClient |
httpClient()
Sets HTTP client to be used by the client application for all HTTP requests.
|
boolean |
logPii() |
Proxy |
proxy() |
SSLSocketFactory |
sslSocketFactory() |
static final String DEFAULT_AUTHORITY
CompletableFuture<IAuthenticationResult> acquireTokenForManagedIdentity(ManagedIdentityParameters parameters) throws Exception
parameters - instance of ManagedIdentityParametersCompletableFuture containing an IAuthenticationResultExceptionboolean logPii()
String correlationId()
IHttpClient httpClient()
Proxy proxy()
SSLSocketFactory sslSocketFactory()
Copyright © 2013–2025. All rights reserved.