IPWorks MQ 2020 Python Edition

Questions / Feedback?

auth_domain Property

The domain under which the user will be authenticated.

Syntax

def get_auth_domain() -> str: ...
def set_auth_domain(value: str) -> None: ...

auth_domain = property(get_auth_domain, set_auth_domain)

Default Value

""

Remarks

Set this value if the user must authenticate via a third party authentication service that requires a different domain than the XMPP user's registered domain.

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