Interface for Google OAuth 2.0 access tokens.
Signature:
export interface GoogleOAuthAccessToken
Properties
| Property | Type | Description |
|---|---|---|
| access_token | string | |
| expires_in | number |
GoogleOAuthAccessToken.access_token
Signature:
access_token: string;
GoogleOAuthAccessToken.expires_in
Signature:
expires_in: number;