class Aws::AmplifyUIBuilder::Types::ExchangeCodeForTokenRequest

@note When making an API call, you may pass ExchangeCodeForTokenRequest

data as a hash:

    {
      provider: "figma", # required, accepts figma
      request: { # required
        code: "SensitiveString", # required
        redirect_uri: "String", # required
      },
    }

@!attribute [rw] provider

The third-party provider for the token. The only valid value is
`figma`.
@return [String]

@!attribute [rw] request

Describes the configuration of the request.
@return [Types::ExchangeCodeForTokenRequestBody]

@see docs.aws.amazon.com/goto/WebAPI/amplifyuibuilder-2021-08-11/ExchangeCodeForTokenRequest AWS API Documentation

Constants

SENSITIVE