Skip to main content
POST
Initialize game authentication for a user.

Path Parameters

username
string
required

The username of the player to initialize authentication for.

Example:

"Player123"

Response

Success

status
boolean

True if authentication was initialized successfully.

Example:

true

error
string

Error message in case of failure.

Example:

"TIMEOUT"