Databricks SDK for JavaScript
    Preparing search index...
    interface BearerTokenAuth {
        token?: string;
        tokenPlaintext?: string;
    }
    Index

    Properties

    token?: string

    The secret key reference for a token. If you prefer to paste your token directly, see token_plaintext.

    tokenPlaintext?: string

    The token provided as a plaintext string. If you prefer to reference your token using Databricks Secrets, see token.