Enum ScraperResultChallengeType

Namespace
Subsembly.Scraper
Assembly
Subsembly.Scraper.dll

Type of challenge/response authentication mechanism.

public enum ScraperResultChallengeType

Fields

ChipTAN = 3

The ChallengeData contains the HHDUC string that must be used to create the chipTAN challenge. The ChallengeMimeType can be used to indicate the HHD version using MIMETYPE_HHD13, or MIMETYPE_HHD14. If the ChallengeMimeType is not set, then HHD 1.3 should be assumed.

Image = 2

A challenge image is provided through the ChallengeData, the image media type is provided through ChallengeMimeType. The image must be presented to the user for solving. For example, the challenge image could contain a Photo-TAN image or QR-Code.

NoTAN = 4

There is no special challenge provided. Confirmation of the order is done by some external means, e.g. an App. There is no TAN entry box, just a simple CONTINUE button. A user prompt is provided through DisplayText.

None = 0
SimpleTAN = 1

A plain challenge text prompt is provided through the DisplayText and must be shown to the user. The expected challenge response is a simple authentication code (TAN).