IPWorks Auth 2020 Python Edition

Questions / Feedback?

negotiate_token Property

The negotiate token.

Syntax

def get_negotiate_token() -> bytes: ...

negotiate_token = property(get_negotiate_token, None)

Default Value

""

Remarks

This property is populated after calling create_negotiate_token. By default the value is Base64 encoded. To obtain the raw value set EncodeToken to False before calling create_negotiate_token.

This property is read-only.

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