IPWorks Cloud 2020 Python Edition

Questions / Feedback?

account_auth_token Property

The authorization token that will be used to authorize requests.

Syntax

def get_account_auth_token() -> str: ...

account_auth_token = property(get_account_auth_token, None)

Default Value

""

Remarks

The authorization token that will be used to authorize requests.

This property reflects the actual authorization token that will be used to authorize requests sent to the server. This token is obtained by calling authorize to authenticate to the server using the current application_key and application_key_id values; it is valid for up to 24 hours.

This property is read-only.

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