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;