SecureBlackbox 2020 Python Edition

Questions / Feedback?

key_secret Property

The pre-shared authentication key.

Syntax

def get_key_secret() -> str: ...
def set_key_secret(value: str) -> None: ...

key_secret = property(get_key_secret, set_key_secret)

Default Value

""

Remarks

If processing requests from a single known party, assign the key you pre-shared with them to this property. Use key_id property to assign the ID of that key. If you expect to receive requests from many parties with different authentication keys, use on_key_secret_needed event instead.

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