MqttAuthMethod type

Alias para MqttAuthMethod

type MqttAuthMethod =
  | ManagedIdentityMethod
  | ServiceAccountTokenMethod
  | X509CertificateMethod
  | AnonymousMethod