GoogleOAuthAccessToken interface

Giao diện cho mã truy cập Google OAuth 2.0.

Chữ ký:

export interface GoogleOAuthAccessToken 

Thuộc tính

Tài sản Loại Mô tả
access_token chuỗi
expires_in số

GoogleOAuthAccessToken.access_token

Chữ ký:

access_token: string;

GoogleOAuthAccessToken.expires_in

Chữ ký:

expires_in: number;