Overview
API requests related to user authentication.
OperationCode
| Name | Code | Description |
|---|---|---|
| Login By Account | loginByAccount | Authenticate using a username and password. |
| Login By Android Device Id | loginByAndroidDeviceId | Authenticate using an Android device ID. |
| Login By Apple | loginByApple | Authenticate using an Apple sign-in token. |
| Login By Custom Device Id | loginByCustomDeviceId | Authenticate using a custom device ID. |
| Login By Custom Id | loginByCustomId | Authenticate using a custom user-defined ID. |
| Login By Editor Device Id | loginByEditorDeviceId | Authenticate using a Unity Editor device ID. |
| Login By Facebook | loginByFacebook | Authenticate using a Facebook access token. |
| Login By Game Center | loginByGameCenter | Authenticate using Apple Game Center credentials. |
| Login By Generic Service | loginByGenericService | Authenticate using a generic external service and custom data. |
| Login By Google Play Game Service | loginByGooglePlayGameService | Authenticate using a Google Play Games Services token. |
| Login By Google | loginByGoogle | Authenticate using a Google access token. |
| Login Byi OSDevice Id | loginByiOSDeviceId | Authenticate using an iOS device ID. |
| Login By Linux Device Id | loginByLinuxDeviceId | Authenticate using a Linux device ID. |
| Login By Mac OSDevice Id | loginByMacOSDeviceId | Authenticate using a macOS device ID. |
| Login By Windows Device Id | loginByWindowsDeviceId | Authenticate using a Windows device ID. |
| Login By Windows Phone Device Id | loginByWindowsPhoneDeviceId | Authenticate using a Windows Phone device ID. |
| Refresh Auth Token | refreshAuthToken | Refresh the user's authentication token. |
| Register Account | registerAccount | Register a new account using a username and password. |