Leitet den Benutzer auf die entsprechende Seite weiter, auf der er sich über das angegebene soziale Netzwerk authentifizieren kann.
provider_name required | string Name of the social network connected to Login in Publisher Account. Can be: Can be: If you store user data in PlayFab, only |
client_id required | integer ID Ihrer Anwendung. Diese erhalten Sie, nachdem Sie einen OAuth 2.0 Client erstellt haben. |
state required | string Wert, der für eine zusätzliche Benutzerprüfung verwendet wird. Wird meist dazu verwendet, CSRF-Angriffe abzuschwächen. Der Wert wird in der Antwort zurückgegeben. Er muss mindestens 9 Zeichen umfassen. |
response_type required | string Der in Ihrem Projekt verwendete Grant-Typ, für den das OAuth 2.0-Protokoll aktiviert ist. Muss |
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. |
scope | string Scope is a mechanism in OAuth 2.0 to limit an application’s access to a user’s account. Can be:
If you process your own values of the When the
After the email is inputted, the user receives an email confirmation message. To disable email confirmation, please contact your Customer Success Manager. |
Redirection
Bad Request
Bad Request
Not Found
Unprocessable Entity
Too Many Requests
{- "error": {
- "code": "003-061",
- "description": "Object not found.",
- "details": { }
}
}