Google OAuth 2.0 アクセス トークンのインターフェース。
署名:
export interface GoogleOAuthAccessToken
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
access_token | 文字列 | |
expires_in | 数値 |
GoogleOAuthAccessToken.access_token
署名:
access_token: string;
GoogleOAuthAccessToken.expires_in
署名:
expires_in: number;