IPWorks Auth 2020 Python Edition

Questions / Feedback?

challenge_length Property

The challenge length.

Syntax

def get_challenge_length() -> int: ...
def set_challenge_length(value: int) -> None: ...

challenge_length = property(get_challenge_length, set_challenge_length)

Default Value

8

Remarks

This setting specifies the length of the challenge that is created when calling create_challenge. Valid values are from 4 to 64. The default value is 8.

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