Values_0.ReadClientCredentialsGrantDetailsSourceRead-only configuration details for OAuth2 client credentials grant flow, including client ID and token endpoint.
type nonrec t = {clientId : ClientId.t option;The client identifier for the OAuth2 client credentials grant flow.
*)tokenEndpoint : Endpoint.t option;The authorization server endpoint used to obtain access tokens via the client credentials grant flow.
*)}