@FunctionalInterface public interface TokenCredential
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<AccessToken> |
getToken(String... scopes)
Asynchronously get a token for a given resource/audience.
|
reactor.core.publisher.Mono<AccessToken> getToken(String... scopes)
scopes - the scopes the token will be used forCopyright © 2019 Microsoft Corporation. All rights reserved.