Databricks SDK for JavaScript
    Preparing search index...

    Anything that can return authentication headers.

    interface Credentials {
        authHeaders(): Promise<Header[]>;
        name(): string;
    }

    Hierarchy (View Summary)

    Index

    Methods

    • Short identifier for the authentication strategy, e.g. pat or oauth-m2m. Used for logging and for selecting between strategies.

      Returns string