Module Values_1.NoneConnectionMetadataSource

Authentication metadata for connections that do not require authentication credentials.

Sourcetype nonrec t = {
  1. baseEndpoint : Values_0.Endpoint.t;
    (*

    The base endpoint URL for connections that do not require authentication.

    *)
}
Sourceval context_ : string
Sourceval make : baseEndpoint:Values_0.Endpoint.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.Endpoint.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t