MqttAuthMethod type

Alias for MqttAuthMethod

type MqttAuthMethod =
  | ManagedIdentityMethod
  | ServiceAccountTokenMethod
  | X509CertificateMethod
  | AnonymousMethod