Databricks SDK for JavaScript
    Preparing search index...

    IdToken represents an OIDC ID token that can be exchanged for a Databricks access token.

    interface IdToken {
        value: string;
    }
    Index

    Properties

    Properties

    value: string