Closed tuxuser closed 5 years ago
Restoring TokenStorage / Xamarin.Auth.Account is broken. TokenStorage never populates its properties for some reason, they stay null. Breakpoints indicate success. Very weird, no idea yet why this is happening...
Fixed! TokenStorage was a struct (value type) and not class (reference type), duh! Trigger @aspann
Restoring TokenStorage / Xamarin.Auth.Account is broken. TokenStorage never populates its properties for some reason, they stay null. Breakpoints indicate success. Very weird, no idea yet why this is happening...