Google OAuth 2.0 存取權杖的介面。
簽名:
export interface GoogleOAuthAccessToken
屬性
屬性 | 類型 | 說明 |
---|---|---|
access_token | 字串 | |
expires_in | 數字 |
GoogleOAuthAccessToken.access_token
簽名:
access_token: string;
GoogleOAuthAccessToken.expires_in
簽名:
expires_in: number;