Cloud Keys 2020 Python Edition

Questions / Feedback?

secret_data Property

The secret data that was retrieved, or that should be sent.

Syntax

def get_secret_data() -> bytes: ...
def set_secret_data(value: bytes) -> None: ...

secret_data = property(get_secret_data, set_secret_data)

Default Value

""

Remarks

This property is populated with secret data after calling get_secret if local_file is not set.

This property can also be set before calling create_secret; its data will be sent if local_file is not set.

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