Values_0.ReadClientCredentialsGrantMetadataSourceRead-only metadata for OAuth2 client credentials grant authentication configuration.
type nonrec t = {baseEndpoint : Endpoint.t option;The base endpoint URL for the OAuth2 client credentials grant flow.
*)readClientCredentialsDetails : ReadClientCredentialsDetails.t option;The read-only client credentials configuration details.
*)clientCredentialsSource : ClientCredentialsSource.t option;The source of client credentials for the OAuth2 client credentials grant flow.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Endpoint.t
| `Structure of
(string
* [> `Structure of (string * [> `String of ClientId.t ]) list ])
list ])
list ]