ymx-douyin
正在准备搜索索引...
YmxDouyin
AuthorizeResult
接口 AuthorizeResult
授权登录结果
interface
AuthorizeResult
{
authCode
:
string
;
grantedPermissions
?:
string
;
state
?:
string
;
}
索引
属性
auth
Code
granted
Permissions?
state?
属性
auth
Code
authCode
:
string
临时票据,用它在服务端换取 access_token
可选
granted
Permissions
grantedPermissions
?:
string
用户已同意的授权范围
可选
state
state
?:
string
原样返回的状态码
显示设置
成员可见性
受保护
继承
外部
配色
自动
浅色
深色
目录
属性
auth
Code
granted
Permissions
state
ymx-douyin
加载中……
授权登录结果