IPWorks Auth 2020 Python Edition

Questions / Feedback?

auth_token Property

The authentication token.

Syntax

def get_auth_token() -> bytes: ...

auth_token = property(get_auth_token, None)

Default Value

""

Remarks

This property holds the created authentication token. This property is populated after calling create_auth_token.

Note: By default this value is Base64 encoded. Set EncodeToken to False before calling create_auth_token to obtain the raw value.

This property is read-only.

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