@FunctionalInterface public interface TokenCredential
| Modifier and Type | Method and Description |
|---|---|
Mono<AccessToken> |
getToken(TokenRequest request)
Asynchronously get a token for a given resource/audience.
|
Mono<AccessToken> getToken(TokenRequest request)
request - the details of the token requestCopyright © 2019 Microsoft Corporation. All rights reserved.