IPWorks IoT 2020 macOS Edition

Questions / Feedback?

AuthScheme Property

The authentication scheme to use when connecting.

Syntax

public var authScheme: AmqpclassicAuthSchemes {
get {...}
set {...} }

public enum AmqpclassicAuthSchemes: Int32 { case smNone = 0 case smSASLAnonymous = 1 case smSASLPlain = 2 }

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 IoT 2020 macOS Edition - Version 20.0 [Build 8265]