IPWorks Auth 2020 Python Edition

Questions / Feedback?

challenge_input Property

The input for the signature challenge.

Syntax

def get_challenge_input() -> bytes: ...
def set_challenge_input(value: bytes) -> None: ...

challenge_input = property(get_challenge_input, set_challenge_input)

Default Value

""

Remarks

This property specifies the data used when creating the signature challenge. This is only used when calling create_challenge when challenge_type is set to Signature.

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