Values.CreateOAuth2TokenRequestSourceInput structure for CreateOAuth2Token operation Contains flattened token operation inputs for both authorization code and refresh token flows. The operation type is determined by the grant_type parameter in the request body.
type nonrec t = {tokenInput : CreateOAuth2TokenRequestBody.t;Flattened token operation inputs The specific operation is determined by grant_type in the request body
*)}val to_value :
t ->
[> `Structure of
(string * [> `Structure of (string * [> `String of ClientId.t ]) list ])
list ]