Password Login flow
Here’s how the Password Login process works:- A player chooses to log in using the same credentials they use in the game.
- The player enters their username and password in the login page.
- Appcharge sends the login information and the following properties to the Authenticate Player Callback to verify the player’s identity and complete authentication:
authMethod: "userPassword"userName: The username entered by the player.password: The password entered by the player.
- If the credentials are valid, your server responds with the player’s details. Appcharge then successfully logs the player in and completes the flow.
