- MSAL 1.5.1 Docs + MSAL 1.6.0 Docs (92% documented)
@@ -56,6 +56,24 @@
+
+
+ MSALAuthMethod
+
+ MSALAuthMethod represents a user’s authentication methods.
+ + See more +Swift
+@objc
+public class MSALAuthMethod : NSObject
+
+
+
+
+ MSALNativeAuthChannelType
+
+ The channel type via which a code was sent
+ + See more +Swift
+@objcMembers
+public class MSALNativeAuthChannelType : NSObject
+
+
@@ -2129,6 +2222,93 @@ Declaration
+
+
+ MFAGetAuthMethodsError
+
+ Class that defines the structure and type of a MFAGetAuthMethodsError
+ + See more +Swift
+@objcMembers
+public class MFAGetAuthMethodsError : MSALNativeAuthError
+
+
+
+
+ MFARequestChallengeError
+
+ Class that defines the structure and type of a MFARequestChallengeError
+ + See more +Swift
+@objcMembers
+public class MFARequestChallengeError : MSALNativeAuthError
+
+
+
+
+ MFASubmitChallengeError
+
+ Class that defines the structure and type of a MFASubmitChallengeError
+ + See more +Swift
+@objcMembers
+public class MFASubmitChallengeError : MSALNativeAuthError
+
+
@@ -2419,6 +2599,92 @@ Declaration
+
+
+ MFABaseState
+
+ Base class for MFA state
+ +Swift
+@objcMembers
+public class MFABaseState : MSALNativeAuthBaseState
+
+
+
+
+ AwaitingMFAState
+
+ An object of this type is created whenever a user needs to make a specific request to send the MFA challenge.
+ + See more +Swift
+@objcMembers
+public class AwaitingMFAState : MFABaseState
+
+
+
+
+ MFARequiredState
+
+ Undocumented
+ + See more +Swift
+@objcMembers
+public class MFARequiredState : MFABaseState
+
+
@@ -2828,7 +3094,7 @@ Declaration