expiresIn property
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
.
Implementation
core.int? expiresIn;