authenticationType property

String? authenticationType
getter/setter pair

Authentication type for Java Message Service.

Optional. Possible string values are:

  • "JMS_AUTHENTICATION_TYPE_UNSPECIFIED" : Authentication type not specified.
  • "NONE" : No authentication.
  • "BASIC" : Basic authentication.

Implementation

core.String? authenticationType;