Skip to content

Interface: OAuth2Session

Properties

access_token

access_token: string

OAuth 2.0 流程中的 access token。

Defined in

src/app-options.ts:3


expires_in

expires_in: number

OAuth 2.0 流程中的 access token 有效时间(秒)。

Defined in

src/app-options.ts:8


refresh_token

refresh_token: string

OAuth 2.0 流程中的 refresh token。

Defined in

src/app-options.ts:5


scope

scope: string

token 权限范围。

Defined in

src/app-options.ts:10


token_type

token_type: "Bearer"

Defined in

src/app-options.ts:6

Released under the MIT License.