Databricks SDK for JavaScript
    Preparing search index...

    Interface OAuthAuthorizationServer

    OAuthAuthorizationServer describes the OAuth endpoints used to mint Databricks access tokens.

    interface OAuthAuthorizationServer {
        tokenEndpoint: string;
    }
    Index

    Properties

    Properties

    tokenEndpoint: string