com.unity.services.authentication 3.0.0
com.unity.services.authentication
Notes: processedReleased August 22, 2023
Unity Compatibility
Minimum Unity: 2020.3
Package Dependencies
- com.unity.modules.unitywebrequest (1.0.0)
- com.unity.nuget.newtonsoft-json (3.2.1)
- com.unity.services.core (1.11.0)
- com.unity.ugui (1.0.0)
📈 Improvements
- Upgrading base unity version support to 2020.3
- Updated the core SDK dependency version
✨ Features
- Adding event in access token component for packages to be notified of changes to the `IAccessToken` value.
- Added `GenerateSignInCodeAsync` method to generate a sign-in code that can be used to sign-in.
- Added `SignInWithCodeAsync` method to sign in using the previously generated sign-in code. This method can optionally poll the server for sign-in confirmation.
- Added `GetSignInCodeInfoAsync` method to fetch information about a given sign-in code.
- Added `ConfirmCodeAsync` method for sending a request to confirm a provided sign-in code.
- Added `SignInCodeReceived` which is triggered when `SignInWithCodeAsync` method successfully generates a`SignInCode`.
- Added `SignInCodeExpired` which is invoked when the sign-in code expires.
- Adding server authentication service which lets developers authorize operations when running on unity's game server hosting or with service accounts.
