public class IntelliJCredential extends Object implements com.azure.core.credential.TokenCredential
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.
| Modifier and Type | Method and Description |
|---|---|
Mono<com.azure.core.credential.AccessToken> |
getToken(com.azure.core.credential.TokenRequestContext request) |
public Mono<com.azure.core.credential.AccessToken> getToken(com.azure.core.credential.TokenRequestContext request)
getToken in interface com.azure.core.credential.TokenCredentialVisit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.