class Aws::AmplifyUIBuilder::Types::ExchangeCodeForTokenRequestBody

Describes the configuration of a request to exchange an access code for a token.

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

data as a hash:

    {
      code: "SyntheticExchangeCodeForTokenRequestBodyString", # required
      redirect_uri: "String", # required
    }

@!attribute [rw] code

The access code to send in the request.
@return [String]

@!attribute [rw] redirect_uri

The location of the application that will receive the access code.
@return [String]

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

Constants

SENSITIVE