QuickBase JS SDK v2 - v2.2.2
    Preparing search index...

    Interface ExchangeSsoTokenResponse

    interface ExchangeSsoTokenResponse {
        access_token?: string;
        issued_token_type?:
            | "urn:quickbase:params:oauth:token-type:temp_token"
            | "urn:quickbase:params:oauth:token-type:temp_ticket";
        token_type?: "N_A";
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    access_token?: string

    The security token issued by the authorization server in response to the token exchange request. The identifier access_token is used for historical reasons and the issued token need not be an OAuth access token.

    issued_token_type?:
        | "urn:quickbase:params:oauth:token-type:temp_token"
        | "urn:quickbase:params:oauth:token-type:temp_ticket"

    An identifier for the representation of the issued security token.

    token_type?: "N_A"

    Will always return N_A