POST
/
game_auth
/
check
/
{username}

Path Parameters

username
string
required

The username of the player whose authentication status is being checked.

Response

200 - application/json
status
boolean

True if the authentication is successful.

token
string

Authentication token if successful.