Databricks SDK for JavaScript
    Preparing search index...

    Anything that can return a token.

    interface TokenProvider {
        token(): Promise<Token>;
    }

    Hierarchy (View Summary)

    Index

    Methods

    Methods

    • Returns a token or throws an error. The returned Token should be considered immutable and should not be modified.

      Returns Promise<Token>