GoogleOAuthAccessToken interface

Google OAuth 2.0 액세스 토큰용 인터페이스입니다.

서명:

export interface GoogleOAuthAccessToken 

속성

재산 유형 설명
액세스 토큰
만료 숫자

GoogleOAuthAccessToken.access_token

서명:

access_token: string;

GoogleOAuthAccessToken.expires_in

서명:

expires_in: number;