public final class ManagedIdentityCredential extends Object implements com.azure.core.credential.TokenCredential
Modifier and Type | Method and Description |
---|---|
String |
getClientId()
Gets the client ID of user assigned or system assigned identity.
|
Mono<com.azure.core.credential.AccessToken> |
getToken(com.azure.core.credential.TokenRequestContext request) |
public String getClientId()
public Mono<com.azure.core.credential.AccessToken> getToken(com.azure.core.credential.TokenRequestContext request)
getToken
in interface com.azure.core.credential.TokenCredential
Copyright © 2020 Microsoft Corporation. All rights reserved.