authing token 换取 accessToken
POST
/oidc/token
请求参数
Body 参数application/x-www-form-urlencoded
client_id
string
可选
示例值:
61b88313e10e7d659d744804
client_secret
string
可选
示例值:
247ec65edc1d52f22f89775d83eef19f
grant_type
string
必需
示例值:
http://authing.cn/oidc/grant_type/authing_token
redirect_uri
string
必需
示例值:
https://www.example.com
token
string
必需
示例值:
DsKt6S6FQi-ul6E7nzBBR0R3Vv6AeNJkJrBtBWzelXB
scope
string
必需
示例值:
openid
示例代码
返回响应
修改于 2022-09-22 07:49:04