IPWorks Auth 2020 Python Edition

Questions / Feedback?

response Property

The OCRA response.

Syntax

def get_response() -> bytes: ...
def set_response(value: bytes) -> None: ...

response = property(get_response, set_response)

Default Value

""

Remarks

This property holds the challenge response.

This is populated after calling calculate_response. This must be set before calling verify_response.

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