AwaitingMFAState
@objcMembers
public class AwaitingMFAState : MFABaseState
An object of this type is created whenever a user needs to make a specific request to send the MFA challenge.
-
Requests the server to send the challenge to the default authentication method.
Declaration
Swift
public func requestChallenge(authMethod: MSALAuthMethod, delegate: MFARequestChallengeDelegate)Parameters
authMethodThe authentication method you want to use for sending the challenge
delegateDelegate that receives callbacks for the operation.
View on GitHub