MFARequestChallengeError

@objcMembers
public class MFARequestChallengeError : MSALNativeAuthError

Class that defines the structure and type of a MFARequestChallengeError

  • Describes why an error occurred and provides more information about the error.

    Declaration

    Swift

    public override var errorDescription: String? { get }
  • Returns true when the strong authentication method selected has been blocked. Reach out to customer support to seek assistance.

    Declaration

    Swift

    public var isAuthMethodBlocked: Bool { get }
  • Returns true if a browser is required to continue the operation.

    Declaration

    Swift

    public var isBrowserRequired: Bool { get }