Package com.azure.identity
Class IntelliJCredential
java.lang.Object
com.azure.identity.IntelliJCredential
- All Implemented Interfaces:
com.azure.core.credential.TokenCredential
A credential provider that provides token credentials from Azure Tools for IntelliJ plugin credential cache.
If the developer has authenticated successfully with Azure Tools for IntelliJ plugin in the IntelliJ IDE then this credential can be used in the development code to reuse the cached plugin credentials.
-
Method Details
-
getToken
public Mono<com.azure.core.credential.AccessToken> getToken(com.azure.core.credential.TokenRequestContext request) - Specified by:
getToken
in interfacecom.azure.core.credential.TokenCredential
-