GoogleOAuthAccessToken interface

Interfejs dla tokenów dostępu Google OAuth 2.0.

Podpis:

export interface GoogleOAuthAccessToken 

Nieruchomości

Nieruchomość Typ Opis
token_dostępu strunowy
Wygasa za numer

GoogleOAuthAccessToken.access_token

Podpis:

access_token: string;

GoogleOAuthAccessToken.expires_in

Podpis:

expires_in: number;