GoogleOAuthAccessToken interface

Google OAuth 2.0 存取令牌的介面。

簽名:

export interface GoogleOAuthAccessToken 

特性

財產類型描述
訪問令牌細繩
過期日期在數位

GoogleOAuthAccessToken.access_token

簽名:

access_token: string;

GoogleOAuthAccessToken.expires_in

簽名:

expires_in: number;