GoogleIdentityStsV1ExchangeTokenResponse
import type { GoogleIdentityStsV1ExchangeTokenResponse } from "https://googleapis.deno.dev/v1/sts:v1.ts";
Response message for ExchangeToken.
§Properties
The access boundary session key. This key is used along with the access
boundary intermediary token to generate Credential Access Boundary tokens
at client side. This field is absent when the requested_token_type
from
the request is not
urn:ietf:params:oauth:token-type:access_boundary_intermediary_token
.
An OAuth 2.0 security token, issued by Google, in response to the token exchange request. Tokens can vary in size, depending in part on the size of mapped claims, up to a maximum of 12288 bytes (12 KB). Google reserves the right to change the token size and the maximum length at any time.
The amount of time, in seconds, between the time when the access token was
issued and the time when the access token will expire. This field is absent
when the subject_token
in the request is a a short-lived access token for
a Cloud Identity or Google Workspace user account. In this case, the access
token has the same expiration time as the subject_token
.