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
This was unexpected on a minor version. From the change log:
Updated the method onTokenRegistrationFailed(_ reason: String?) to onAuthFailure(_ authFailure: AuthFailure). The new AuthFailure object provides more detailed information about JWT failures.
The fix is easy however the new AuthFailureReason enum is Int-backed so to aid in logging it would be helpful if this enum conformed to CustomDebugStringConvertible
The text was updated successfully, but these errors were encountered:
This was unexpected on a minor version. From the change log:
The fix is easy however the new
AuthFailureReason
enum is Int-backed so to aid in logging it would be helpful if this enum conformed toCustomDebugStringConvertible
The text was updated successfully, but these errors were encountered: