IPWorks Cloud 2020 Python Edition

Questions / Feedback?

application_key Property

The application key to use for authentication.

Syntax

def get_application_key() -> str: ...
def set_application_key(value: str) -> None: ...

application_key = property(get_application_key, set_application_key)

Default Value

""

Remarks

This property specifies the application key that should be used for authentication. Both this property and application_key_id must be set before attempting any operations which connect to the server.

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