| Modifier and Type | Method and Description |
|---|---|
static ManagedIdentityApplication.Builder |
ManagedIdentityApplication.builder(ManagedIdentityId managedIdentityId)
Creates instance of Builder of ManagedIdentityApplication
|
ManagedIdentityApplication.Builder |
ManagedIdentityApplication.Builder.clientCapabilities(List<String> clientCapabilities)
Informs the token issuer that the application is able to perform complex authentication actions.
|
ManagedIdentityApplication.Builder |
ManagedIdentityApplication.Builder.resource(String resource)
Deprecated.
This method has no effect as the resource field is not used in the ManagedIdentityApplication itself.
Use
ManagedIdentityParameters.builder(String) to set the resource when calling
ManagedIdentityApplication.acquireTokenForManagedIdentity(ManagedIdentityParameters). |
protected ManagedIdentityApplication.Builder |
ManagedIdentityApplication.Builder.self() |
Copyright © 2013–2026. All rights reserved.