grant_type required | string 获取JWT的类型。可以是:
|
client_id required | string 您的应用程序ID。此参数的值取决于
请注意, |
refresh_token | string 在响应此调用(其中 |
client_secret | string 您的密钥。此参数的值取决于
请注意, |
redirect_uri | string |
code | string 交换给JWT的认证代码。如果 |
code_verifier | string 用于PKCE请求的代码验证器(应用程序最初在授权请求之前生成)。 |
确定
错误的请求
未找到
我是茶壶
无法处理的实体
请求过多
refresh_token=string&grant_type=string&client_secret=string&client_id=string&redirect_uri=string&code=string&code_verifier=string
{- "access_token": "2YotnFZFEjr1zCsicMWpAA",
- "expires_in": 3600,
- "refresh_token": "tGzv3JOkF0XG5Qx2TlKWIA",
- "scope": "email user_profile",
- "token_type": "bearer"
}