名称描述类型备注
access_token

访问令牌(保存该令牌,在请求包头中提供 Authorization 报头将使用该令牌,格式为 Authorization:Bearer access_token)

string

None.

token_type

令牌类型

string

None.

expires_in

剩余时间

integer

None.

userName

当前用户名

string

None.

userId

当前用户Id

string

None.

refresh_token

刷新令牌

string

None.

.issued

令牌发布时间

string

None.

.expires

令牌过期时间

string

None.