Values_1.ClientCredentialsDetailsSourceDetails for OAuth 2.0 client credentials grant authentication.
type nonrec t = {clientCredentialsGrantDetails : ClientCredentialsGrantDetails.t option;The OAuth2 client credentials grant configuration details for authentication.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of Values_0.ClientId.t ]) list ])
list ]