| Package | Description |
|---|---|
| com.azure.core.credential |
Package containing basic credential classes for authentication purposes.
|
| Modifier and Type | Method and Description |
|---|---|
default TokenRefreshOptions |
TokenCredential.getTokenRefreshOptions()
The options to configure the token refresh behavior.
|
| Constructor and Description |
|---|
SimpleTokenCache(Supplier<Mono<AccessToken>> tokenSupplier,
TokenRefreshOptions tokenRefreshOptions)
Creates an instance of RefreshableTokenCredential with default scheme "Bearer".
|
Copyright © 2020 Microsoft Corporation. All rights reserved.