Player Account Authentication

Player Accounts Authentication Service

To start using Player Account Authentication, please refer to the API.

The Authentication service provides access to player accounts that uniquely identify them across multiple devices. Accounts are required in order to use the rest of the services.

There are two types of accounts - guest and user accounts.

Guest Accounts

Guest accounts provide an easy way to start using the services without providing specific user names or passwords.

The session data for the account is stored locally on the device, so it is important to know that uninstalling the game will also wipe out all the data and the account will be no longer accessible even if the player installs the game again.

User Accounts

User accounts require explicit authorization by the player. Currently, only user name and password are supported as means for authentication.

In the future, there will be support for more authentication platforms (for example, Steam).

Last updated

Was this helpful?