AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the ExchangeCodeForToken operation.

This is for internal use.

Amplify uses this action to exchange an access code for a token.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.AmplifyUIBuilder.AmazonAmplifyUIBuilderRequest
      Amazon.AmplifyUIBuilder.Model.ExchangeCodeForTokenRequest

Namespace: Amazon.AmplifyUIBuilder.Model
Assembly: AWSSDK.AmplifyUIBuilder.dll
Version: 3.x.y.z

Syntax

C#
public class ExchangeCodeForTokenRequest : AmazonAmplifyUIBuilderRequest
         IAmazonWebServiceRequest

The ExchangeCodeForTokenRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Provider Amazon.AmplifyUIBuilder.TokenProviders

Gets and sets the property Provider.

The third-party provider for the token. The only valid value is figma.

Public Property Request Amazon.AmplifyUIBuilder.Model.ExchangeCodeForTokenRequestBody

Gets and sets the property Request.

Describes the configuration of the request.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5