Values.ExchangeCodeForTokenRequestBodySourceDescribes the configuration of a request to exchange an access code for a token.
type nonrec t = {code : SensitiveString.t;The access code to send in the request.
*)redirectUri : String_.t;The location of the application that will receive the access code.
*)clientId : SensitiveString.t option;The ID of the client to request the token from.
*)}