GoogleOAuthAccessToken interface

Google OAuth 2.0 erişim jetonları arayüzü.

İmza:

export interface GoogleOAuthAccessToken 

Özellikler

Özellik Tür Açıklama
access_token dize
expires_in sayı

GoogleOAuthAccessToken.access_token

İmza:

access_token: string;

GoogleOAuthAccessToken.expires_in

İmza:

expires_in: number;