| Package | Description |
|---|---|
| com.databricks.sdk.core.oauth | |
| com.databricks.sdk.core.utils |
| Constructor and Description |
|---|
Token(String accessToken,
String tokenType,
LocalDateTime expiry,
ClockSupplier clockSupplier)
Constructor for non-refreshable tokens (e.g.
|
Token(String accessToken,
String tokenType,
String refreshToken,
LocalDateTime expiry,
ClockSupplier clockSupplier)
Constructor for refreshable tokens with ClockSupplier.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SystemClockSupplier |
Copyright © 2024. All rights reserved.