GoogleOAuthAccessToken interface

Google OAuth 2.0 访问令牌的接口。

签名:

export interface GoogleOAuthAccessToken 

特性

财产类型描述
访问令牌细绳
过期日期在数字

GoogleOAuthAccessToken.access_token

签名:

access_token: string;

GoogleOAuthAccessToken.expires_in

签名:

expires_in: number;