IntelliJCredential Class
- java.lang.Object
- com.azure.identity.IntelliJCredential
Implements
public class IntelliJCredential
implements 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 Summary
Modifier and Type | Method and Description |
---|---|
getToken(TokenRequestContext request) |
Methods inherited from java.lang.Object
Method Details
getToken
public Mono
Parameters:
request