IPWorks Auth 2020 Android Edition

Questions / Feedback?

ChallengeFormat Property

The format in which the challenge will be created.

Syntax

public int getChallengeFormat();
public void setChallengeFormat(int challengeFormat);

Enumerated values: public final static int cfAlphanumeric = 0; public final static int cfNumeric = 1; public final static int cfHex = 2;

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

Default Value

0

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Auth 2020 Android Edition - Version 20.0 [Build 8155]