Type alias QuickBaseResponseExchangeSsoToken

QuickBaseResponseExchangeSsoToken: {
    access_token: string;
    issued_token_type: "urn:quickbase:params:oauth:token-type:temp_ticket" | "urn:quickbase:params:oauth:token-type:temp_token";
    token_type: "N_A";
}

Type declaration

  • 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_ticket" | "urn:quickbase:params:oauth:token-type:temp_token"

    An identifier for the representation of the issued security token.

  • token_type: "N_A"

    Will always return N_A

Generated using TypeDoc