อินเทอร์เฟซสำหรับโทเค็นเพื่อการเข้าถึงของ Google OAuth 2.0
ลายเซ็น:
export interface GoogleOAuthAccessToken
พร็อพเพอร์ตี้
พร็อพเพอร์ตี้ | ประเภท | คำอธิบาย |
---|---|---|
access_token | สตริง | |
expires_in | ตัวเลข |
GoogleOAuthAccessToken.access_token
ลายเซ็น:
access_token: string;
GoogleOAuthAccessToken.expires_in
ลายเซ็น:
expires_in: number;