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.

POST
/sdk/custom_login/google_play
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?