| Package | Description |
|---|---|
| com.databricks.sdk.core.oauth |
| Modifier and Type | Method and Description |
|---|---|
CachedTokenSource.Builder |
CachedTokenSource.Builder.setAsyncDisabled(boolean asyncDisabled)
Enables or disables asynchronous token refresh.
|
CachedTokenSource.Builder |
CachedTokenSource.Builder.setClockSupplier(ClockSupplier clockSupplier)
Sets the clock supplier to use for time-based operations.
|
CachedTokenSource.Builder |
CachedTokenSource.Builder.setExpiryBuffer(Duration expiryBuffer)
Sets the buffer duration before token expiry at which the token is considered expired.
|
CachedTokenSource.Builder |
CachedTokenSource.Builder.setStaleDuration(Duration staleDuration)
Sets the duration before token expiry at which the token is considered stale.
|
CachedTokenSource.Builder |
CachedTokenSource.Builder.setToken(Token token)
Sets an initial token to use in the cache.
|
Copyright © 2026. All rights reserved.