授权码模式请求令牌
POST
http://10.8.0.126:53020/auth/oauth/token
接口描述
向授权服务请求令牌
请求参数
参数名
类型
描述
必填
client_id
服务器名(c1)
必填
client_secret
密码(secret)
必填
grant_type
授权码模式(authorization_code)
必填
code
请求到的授权码
必填
响应参数
参数名
类型
描述
必填
access_token
令牌token
必填
token_type
token类型
必填
refresh_token
刷新令牌
必填
expires_in
必填
scope
必填
jti
必填