com.unity.services.authentication 3.6.0

com.unity.services.authentication

Source docs
Notes: processedReleased January 6, 2026

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2021.3

Package Dependencies

Features

  • Added ability to specify scopes when signing in with a service account in the server authentication service. The base method now provides all scopes associated to the service account.

🔧 Bug Fixes

  • Fixed an issue with ID token validation during code-link to check for both null and empty string values, ensuring proper handling of invalid tokens.

📈 Improvements

  • Changed the `SessionToken` value to be public for easier access.