GoogleOAuthAccessToken interface

Interface for Google OAuth 2.0 access tokens.

Signature:

exportinterfaceGoogleOAuthAccessToken

Properties

PropertyTypeDescription
access_tokenstring
expires_innumber

GoogleOAuthAccessToken.access_token

Signature:

access_token:string;

GoogleOAuthAccessToken.expires_in

Signature:

expires_in:number;