Values_0.MqttContextSourceSpecifies the MQTT context to use for the test authorizer request
type nonrec t = {username : MqttUsername.t option;The value of the username key in an MQTT authorization request.
*)password : MqttPassword.t option;The value of the password key in an MQTT authorization request.
*)clientId : MqttClientId.t option;The value of the clientId key in an MQTT authorization request.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Blob of MqttPassword.t | `String of MqttUsername.t ]) list ]