All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.databricks.sdk.service.settings.CredentialsManagerService Maven / Gradle / Ivy

There is a newer version: 0.35.0
Show newest version
// Code generated from OpenAPI specs by Databricks SDK Generator. DO NOT EDIT.
package com.databricks.sdk.service.settings;

import com.databricks.sdk.support.Generated;

/**
 * Credentials manager interacts with with Identity Providers to to perform token exchanges using
 * stored credentials and refresh tokens.
 *
 * 

This is the high-level interface, that contains generated methods. * *

Evolving: this interface is under development. Method signatures may change. */ @Generated public interface CredentialsManagerService { /** * Exchange token. * *

Exchange tokens with an Identity Provider to get a new access token. It allows specifying * scopes to determine token permissions. */ ExchangeTokenResponse exchangeToken(ExchangeTokenRequest exchangeTokenRequest); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy