IPWorks Auth 2020 Kotlin Edition

Questions / Feedback?

ChallengeFormat Property

The format in which the challenge will be created.

Syntax

public var challengeFormat: OcraChallengeFormats

public enum class OcraChallengeFormats(val value: Int) {
cfAlphanumeric(0),
cfNumeric(1),
cfHex(2);
}

Default Value

0

Remarks

This setting specifies the format of the created challenge. This is applicable when calling CreateChallenge. Possible values are:

0 (cfAlphanumeric - default) Alphanumeric characters
1 (cfNumeric) Digits
2 (cfHex) Hex characters

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks Auth 2020 Kotlin Edition - Version 20.0 [Build 7941]