GoogleOAuthAccessToken interface

Google OAuth 2.0 ऐक्सेस टोकन के लिए इंटरफ़ेस.

हस्ताक्षर:

export interface GoogleOAuthAccessToken 

प्रॉपर्टी

प्रॉपर्टी टाइप ब्यौरा
access_token स्ट्रिंग
expires_in नंबर

GoogleOAuthAccessToken.access_token

हस्ताक्षर:

access_token: string;

GoogleOAuthAccessToken.expires_in

हस्ताक्षर:

expires_in: number;