Player ID Login flow
Here’s how the Player ID Login process works:- A player chooses to log in to your web store using their Player ID. If they don’t know where to find their Player ID, they can click the link you provide on the login page to access an article with instructions.
- After locating their Player ID, the player enters it in the login field.
- Appcharge then sends the login information with the following properties to the Authenticate Player Callback to verify the player’s identity and complete authentication:
authMethod: "userToken"token: "player_id"
- If the credentials are valid, your server responds with the player’s details. Appcharge then successfully logs the player in and completes the flow.
