# Authentication

LootLocker supports a variety of Authentication methods designed for games of all types. This feature authenticates players using a specific identifier or third-party service, registering a session upon login. Authentication is essential for managing player sessions and unlocking access to all other LootLocker features.

LootLocker offers three types of authentication: Guest Login, Platform Login, and White Label Login. Choosing the right option depends on your game’s requirements and target platforms.

### Guest Login

Guest Login assigns each player a unique ID, providing quick and seamless access. Commonly used in web or mobile games, this method prioritizes fast entry without the need for a traditional login. However, since the unique player ID is not tied to a username and password, it’s not intended for games that require secure identity verification.

### Platform Login

Platform Login supports authentication through First Party Platforms such as Steam, Xbox, and Apple. This method uses the player’s Platform ID to register their session, making it ideal for games integrated with established platform ecosystems.

### White Label Login

White Label Login provides a custom username and password setup, allowing players to create personal accounts directly within your game. This method offers more control over player account management, making it suitable for games that require a standalone authentication system.

{% hint style="info" %}
If you’re considering cross-platform support, explore [Unified Player Accounts](https://docs.lootlocker.com/players/unified-player-accounts) to enable players to link multiple authentication methods, ensuring seamless cross-platform experiences.
{% endhint %}

### Use Cases

* Cross-platform accounts
* Username / Password login
* Simple login for mobile & web games

### How-to (Authenticate With)

* [Guest Login](https://docs.lootlocker.com/players/authentication/how-to/guest-login)
* [Sign in with Apple](https://docs.lootlocker.com/players/authentication/how-to/sign-in-with-apple)
* [Apple Game Center](https://docs.lootlocker.com/players/authentication/how-to/apple-game-center)
* [Sign in with Google](https://docs.lootlocker.com/players/authentication/how-to/sign-in-with-google)
* [Google Play Games](https://docs.lootlocker.com/players/authentication/how-to/google-play-games)
* [Steam](https://docs.lootlocker.com/players/authentication/how-to/steam)
* [PlayStation](https://docs.lootlocker.com/players/authentication/how-to/playstation)
* [Xbox](https://docs.lootlocker.com/players/authentication/how-to/xbox)
* [Nintendo Switch](https://docs.lootlocker.com/players/authentication/how-to/nintendo-switch)
* [Epic Games Store](https://docs.lootlocker.com/players/authentication/how-to/sign-in-with-epic-games)
* [Meta / Oculus](https://docs.lootlocker.com/players/authentication/how-to/meta)
* [White Label Login](https://docs.lootlocker.com/players/white-label-login/how-to/white-label-login)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.lootlocker.com/players/authentication.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
