Interface: OAuth2Session
Properties
access_token
access_token:
string
OAuth 2.0 流程中的 access token。
Defined in
expires_in
expires_in:
number
OAuth 2.0 流程中的 access token 有效时间(秒)。
Defined in
refresh_token
refresh_token:
string
OAuth 2.0 流程中的 refresh token。
Defined in
scope
scope:
string
token 权限范围。
Defined in
token_type
token_type:
"Bearer"