| Package | Description |
|---|---|
| com.databricks.sdk.service.settings |
| Modifier and Type | Method and Description |
|---|---|
TokenType |
ExchangeToken.getTokenType() |
static TokenType |
TokenType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TokenType[] |
TokenType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<TokenType> |
ExchangeTokenRequest.getTokenType() |
| Modifier and Type | Method and Description |
|---|---|
ExchangeToken |
ExchangeToken.setTokenType(TokenType tokenType) |
| Modifier and Type | Method and Description |
|---|---|
ExchangeTokenResponse |
CredentialsManagerAPI.exchangeToken(PartitionId partitionId,
Collection<TokenType> tokenType,
Collection<String> scopes) |
ExchangeTokenRequest |
ExchangeTokenRequest.setTokenType(Collection<TokenType> tokenType) |
Copyright © 2024. All rights reserved.