- Modules
- Authentication
- Identities
Identities
Public Scripts
Scripts that are accessible to game clients and can be called directly via the generated SDK endpoints.
Private Scripts
Scripts that are only accessible within the backend and cannot be called directly by game clients.
Fetch Identity Datafetch
Fetch the data associated with a specific identity for a user.
Set Identity Dataset
Set the data associated with a specific identity for a user.
Sign In With Identitysign_in
Sign in to a user with an identity.
Sign Up With Identitysign_up
Sign up with an identity. Creates a new user.
Sign In or Sign Up With Identitysign_in_or_sign_up
Sign in to a user with an identity, creating a new user if it fails.
Link Identity To Userlink
Link a new identity and its associated data to a user. This is used for login and non-login identities.