Databricks SDK for JavaScript
    Preparing search index...

    Interface RetrieveTokenResponse

    interface RetrieveTokenResponse {
        bearerToken?: string;
        endpoint?: string;
        expirationTime?: string;
        shareCredentialsVersion?: number;
    }
    Index

    Properties

    bearerToken?: string

    The token used to authorize the recipient.

    endpoint?: string

    The endpoint for the share to be used by the recipient.

    expirationTime?: string

    Expiration timestamp of the token in epoch milliseconds.

    shareCredentialsVersion?: number

    These field names must follow the delta sharing protocol.