MFASubmitChallengeError
@objcMembers
public class MFASubmitChallengeError : MSALNativeAuthError
Class that defines the structure and type of a MFASubmitChallengeError
-
Describes why an error occurred and provides more information about the error.
Declaration
Swift
public override var errorDescription: String? { get } -
Returns
truewhen the challenge introduced is not valid.Declaration
Swift
public var isInvalidChallenge: Bool { get } -
Returns
trueif a browser is required to continue the operation.Declaration
Swift
public var isBrowserRequired: Bool { get }
View on GitHub