GoogleOAuthAccessToken interface

ממשק עבור אסימוני גישה של Google OAuth 2.0.

חֲתִימָה:

export interface GoogleOAuthAccessToken 

נכסים

תכונה סוּג תיאור
אסימון גישה חוּט
פג תוקף ב מספר

GoogleOAuthAccessToken.access_token

חֲתִימָה:

access_token: string;

GoogleOAuthAccessToken.expires_in

חֲתִימָה:

expires_in: number;