Values_1.ClientCredentialsGrantDetailsSourceConfiguration details for OAuth2 client credentials grant flow, including client ID, client secret, token endpoint, and optional scopes.
type nonrec t = {clientId : Values_0.ClientId.t;The client identifier issued to the client during the registration process with the authorization server.
*)clientSecret : ClientSecret.t;The client secret issued to the client during the registration process with the authorization server.
*)tokenEndpoint : Values_0.Endpoint.t;The authorization server endpoint used to obtain access tokens via the client credentials grant flow.
*)}val make :
clientId:Values_0.ClientId.t ->
clientSecret:ClientSecret.t ->
tokenEndpoint:Values_0.Endpoint.t ->
unit ->
t