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
issued_token_type: "urn:quickbase:params:oauth:token-type:temp_ticket" | "urn:quickbase:params:oauth:token-type:temp_token"
token_type: "N_A"
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.