IPWorks MQ 2020 Python Edition

Questions / Feedback?

auth_scheme Property

The authentication scheme to use when connecting.

Syntax

def get_auth_scheme() -> int: ...
def set_auth_scheme(value: int) -> None: ...

auth_scheme = property(get_auth_scheme, set_auth_scheme)

Default Value

0

Remarks

This property controls what authentication scheme the class should use when connecting to the remote host.

Valid values are:

  • smNone (0)
  • smSASLAnonymous (1) - Default
  • smSASLPlain (2)

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