IPWorks Auth 2020 Python Edition

Questions / Feedback?

key Property

The secret key.

Syntax

def get_key() -> bytes: ...
def set_key(value: bytes) -> None: ...

key = property(get_key, set_key)

Default Value

""

Remarks

This property holds the secret key used when calling calculate_response and verify_response.

This property is also used when calling create_challenge when challenge_type is set to Signature.

An empty key is valid, however it is recommended to provide a key value.

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