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.

    Warning

    ⚠️ this API is experimental. It may be changed in the future without notice. Do not use in production applications.

    Declaration

    Swift

    public func requestChallenge(delegate: MFARequestChallengeDelegate)

    Parameters

    delegate

    Delegate that receives callbacks for the operation.