RegisterStrongAuthSubmitChallengeError

@objcMembers
public class RegisterStrongAuthSubmitChallengeError : MSALNativeAuthError

Undocumented

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

    Declaration

    Swift

    public override var errorDescription: String? { get }
  • Returns true when the challenge introduced is not valid.

    Declaration

    Swift

    public var isInvalidChallenge: Bool { get }