Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update versions, refactor auth, and add new constants
Updated assembly and file versions in `AssemblyInfo.cs` to `1.6.5.0`. Added `AuthUrl` and `AltAuthUrl` constants in `GlobalObjects.cs` and set `IsBeta` to `false`. Enhanced `TokenSwapAuth` class in `TokenSwapAuth.cs` with better organization, new using directives, and improved error handling. Refactored `TokenSwapAuthController` for readability. Modified `DoAuthAsync` in `SpotifyApiHandler.cs` to support an optional `altUrl` parameter. Added a null check in `RefreshAuthAsync` to handle token retrieval failures.
- Loading branch information