Values_0.ReadClientCredentialsDetailsSourceRead-only details for OAuth2 client credentials, containing non-sensitive configuration information.
type nonrec t = {readClientCredentialsGrantDetails : ReadClientCredentialsGrantDetails.t option;The read-only client credentials grant configuration details.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Structure of (string * [> `String of ClientId.t ]) list ])
list ]