Values.ExchangeCodeForTokenRequestSourceThis is for internal use. Amplify uses this action to exchange an access code for a token.
type nonrec t = {provider : TokenProviders.t;The third-party provider for the token. The only valid value is figma.
*)request : ExchangeCodeForTokenRequestBody.t;Describes the configuration of the request.
*)}val make :
provider:TokenProviders.t ->
request:ExchangeCodeForTokenRequestBody.t ->
unit ->
tval of_header_and_body :
((string, string) Awso.Import.List.Assoc.t
* ExchangeCodeForTokenRequestBody.t) ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of (string * [> `String of SensitiveString.t ]) list ])
list ]