refresh_token
POST
oauth/token
接口描述
授权token刷新
请求参数
参数名
类型
描述
必填
refresh_token
string
授权后的参数 refresh_token 值
必填
grant_type
string
授权方式 固定值:refresh_token
必填
响应参数
参数名
类型
描述
必填
access_token
string
刷新后的token值
必填
expires_in
int
有效时长
必填
refresh_token
string
刷新token时的请求参数
必填
token_type
string
api授权方式 Bearer
必填
current_time
int
当前时间戳
必填