GoogleOAuthAccessToken interface

Interfaz para tokens de acceso Google OAuth 2.0.

Firma:

export interface GoogleOAuthAccessToken 

Propiedades

Propiedad Escribe Descripción
token_de_acceso cuerda
expira en número

GoogleOAuthAccessToken.access_token

Firma:

access_token: string;

GoogleOAuthAccessToken.expires_in

Firma:

expires_in: number;