IPWorks Auth 2020 Python Edition

Questions / Feedback?

challenge_format Property

The format in which the challenge will be created.

Syntax

def get_challenge_format() -> int: ...
def set_challenge_format(value: int) -> None: ...

challenge_format = property(get_challenge_format, set_challenge_format)

Default Value

0

Remarks

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

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

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