Skip to contents

Exchange tokens with an Identity Provider to get a new access token. It allows specifying scopes to determine token permissions.

Usage

exchange_credentials_manager_token(client, partition_id, token_type, scopes)

credentialsManagerExchangeToken(client, partition_id, token_type, scopes)

Arguments

client

Required. Instance of DatabricksClient()

partition_id

Required. The partition of Credentials store.

token_type

Required. A list of token types being requested.

scopes

Required. Array of scopes for the token request.