检查用户是否已经通过服务登录。如果是,您将在无需用户参与的情况下收到OAuth 2.0授权代码。用于单点登录。
client_id required | integer 您的应用程序ID。在创建OAuth 2.0客户端后获取。 |
state required | string 用于额外用户验证的值。通常用于抵御CSRF攻击。该值将在响应中返回。必须长于8个符号。 |
response_type required | string 启用了OAuth 2.0协议项目中使用的授权类型。必须是 |
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 Customer Success Manager or email to csm@xsolla.com. Notice
The parameter is required if you have more than one redirect URI in your project settings. |
确定
错误的请求
未授权
请求过多
{- "login_url": "string"
}