AzureAD / microsoft-authentication-library-for-objc

Microsoft Authentication Library (MSAL) for iOS and macOS
http://aka.ms/aadv2
MIT License
262 stars 142 forks source link

Add new MFARequestChallengeError and MFAGetAuthMethodsError #2340

Closed nilo-ms closed 3 weeks ago

nilo-ms commented 3 weeks ago

Proposed changes

Introduce new error types: MFARequestChallengeError and MFAGetAuthMethodsError. This update enables the future addition of specific errors for each MFA-related action.

Type of change

Risk