MSALNativeAuthMFARequiredState
@objcMembers
public class MSALNativeAuthMFARequiredState : MSALNativeAuthState
The server requires multi-factor authentication; the user must select an auth method.
Continue with selectAuthMethod(_:verificationContact:delegate:).
Warning
This API is experimental. It may be changed in the future without notice. Do not use in production applications.-
The authentication methods available for selection.
Declaration
Swift
public let authMethods: [MSALAuthMethod] -
Select an authentication method for MFA.
Declaration
Swift
public func selectAuthMethod( _ method: MSALAuthMethod, verificationContact: String?, delegate: MSALNativeAuthFlowDelegate ) -
Select an authentication method for MFA, without an explicit verification contact.
Declaration
Swift
public func selectAuthMethod(_ method: MSALAuthMethod, delegate: MSALNativeAuthFlowDelegate) -
Declaration
Swift
public override var description: String { get }
View on GitHub