Module Values.ConnectionOAuthClientResponseParametersSource

The client response parameters for the connection when OAuth is specified as the authorization type.

Sourcetype nonrec t = {
  1. clientID : AuthHeaderParameters.t option;
    (*

    The client ID associated with the response to the connection request.

    *)
}
Sourceval make : ?clientID:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AuthHeaderParameters.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