APPID获取token
POST
/auth/oauth/token
接口描述
APPID获取请求token https请求
请求参数
参数名
类型
描述
必填
grant_type
String
client_credentials(授权模式)
必填
client_id
String
授权客户端id
必填
client_secret
String
授权客户端key
必填
响应参数
参数名
类型
描述
必填
access_token
String
令牌token
必填
token_type
String
令牌类型
必填
expires_in
long
过期时间
必填
scope
String
授权范围
必填
jti
String
JWT ID
必填