واجهة لرموز الدخول إلى Google OAuth 2.0
Signature:
export interface GoogleOAuthAccessToken
أماكن إقامة
الموقع | النوع | الوصف |
---|---|---|
access_token | السلسلة | |
expires_in | رقم |
GoogleOAuthAccessToken.access_token
Signature:
access_token: string;
GoogleOAuthAccessToken.expires_in
Signature:
expires_in: number;