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 commit was created on GitHub.com and signed with GitHub’s verified signature.
New features
Breaking changes
Allow to initiate an mfa step up when required during a call to loginWithPassword and login(withRequest:usingModalAuthorizationFor:display:) (when .Password is used). For that the return type of these methods were changed from AuthToken to a new type LoginFlow to represent the potential new MFA step up introduced.
Change the name of StartStepUp to StartStepUp.AuthTokenFlow and make its authToken parameter mandatory
Some method will see their returned error type change from .TechnicalError to .AuthFailure or .RequestError, and will now come with an ApiError containing the details of the error.