Enum ScraperResultChallengeType
Type of challenge/response authentication mechanism.
Namespace: Subsembly.Scraper
Assembly: Subsembly.Scraper.dll
Syntax
public enum ScraperResultChallengeType
Fields
Name | Description |
---|---|
ChipTAN | 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 | 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. |
None | |
NoTAN | 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. |
SimpleTAN | 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). |