Options
All
  • Public
  • Public/Protected
  • All
Menu

Internal interface for tracking the access token expiration time.

Hierarchy

Index

Properties

access_token?: null | string

A token that can be sent to a Google API.

expiry_date?: null | number

The time in ms at which this token is thought to expire.

id_token?: null | string

A JWT that contains identity information about the user that is digitally signed by Google.

refresh_token?: null | string

This field is only present if the access_type parameter was set to offline in the authentication request. For details, see Refresh tokens.

res?: null | GaxiosResponse<any>
scope?: string

The scopes of access granted by the access_token expressed as a list of space-delimited, case-sensitive strings.

token_type?: null | string

Identifies the type of token returned. At this time, this field always has the value Bearer.