-
Requests the server to send the challenge to the specified auth method or the default one.
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.
-
Submits the MFA challenge to the server for verification.
Declaration
Swift
public func submitChallenge(challenge: String, delegate: MFASubmitChallengeDelegate)Parameters
challengeVerification challenge that the user supplies.
delegateDelegate that receives callbacks for the operation.
View on GitHub