Module Values_1.ClientCredentialsDetailsSource

Details for OAuth 2.0 client credentials grant authentication.

Sourcetype nonrec t = {
  1. clientCredentialsGrantDetails : ClientCredentialsGrantDetails.t option;
    (*

    The OAuth2 client credentials grant configuration details for authentication.

    *)
}
Sourceval make : ?clientCredentialsGrantDetails:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of Values_0.ClientId.t ]) list ]) 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