Approve Google Play login
Approves authentication using Google Play Games. Validates the player's Google Play credentials and logs in the user into the webshop.
code?string
Authentication code provided by Stash webshop via deep link or QR code
authCode?string
Google Play authentication code
user?pie.sdk.custom_login.ApproveCustomLoginGooglePlayRequest.User
Google Play Games user information
Response Body
curl -X POST "https://test-api.stash.gg/sdk/custom_login/google_play" \ -H "Content-Type: application/json" \ -d '{}'{}{
"code": 0,
"message": "string",
"details": [
{
"@type": "string",
"property1": null,
"property2": null
}
]
}How is this guide?
Approve Facebook login POST
Approves authentication using Facebook. Validates the player's Facebook credentials and logs in the user into the webshop.
Force Logout user POST
Logs out a user by invalidating their session. This endpoint is typically called when a user signs out of the game or switches to another account.