response_type required | string 启用了OAuth 2.0协议项目中使用的授权类型。必须是 |
client_id required | integer 您的应用程序ID。在创建OAuth 2.0客户端后获取。 |
state required | string 用于额外用户验证的值。通常用于抵御CSRF攻击。该值将在响应中返回。必须长于8个符号。 |
scope | string 范围是OAuth 2.0中的一种机制,用于限制应用程序对用户帐户的访问。 可以是:
如果您处理上面未提及的自己的 |
redirect_uri | string URL to redirect the user to after account confirmation, successful authentication, or password reset confirmation. To set up this parameter, contact your Account Manager. Notice
The parameter is required if you have more than one redirect URI in your project settings. |
确定
错误的请求
未找到
无法处理的实体
请求过多
{- "email": "string",
- "send_link": true
}
{- "operation_id": "string"
}