You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
✍️ AuthFailure.swift is missing @objc on it's properties
The new class AuthFailure uses @objc for itself, but is missing it on it's properties.
I use it on MAUI, that needs ObjectiveC compatibility to access nativ functions/properties on C# level. It was done on all other classes but is missing here.