GoogleOAuthAccessToken interface

واجهة لرموز الوصول الخاصة بـ Google OAuth 2.0.

إمضاء:

export interface GoogleOAuthAccessToken 

ملكيات

ملكية يكتب وصف
رمز وصول خيط
ينتهي في رقم

GoogleOAuthAccessToken.access_token

إمضاء:

access_token: string;

GoogleOAuthAccessToken.expires_in

إمضاء:

expires_in: number;