expiresIn property
The expiration time of access_token in seconds, measured from the time
of issuance.
Note that this field will be absent when the subject_token in request is
a Google-issued short-lived access token. It is safe to assume the
expiration time of the access_token is the same as the subject_token
in that case.
Implementation
core.int? expiresIn;