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 RefreshToken operation.

This is for internal use.

Amplify uses this action to refresh a previously issued access token that might have expired.

Inheritance Hierarchy

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

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

Syntax

C#
public class RefreshTokenRequest : AmazonAmplifyUIBuilderRequest
         IAmazonWebServiceRequest

The RefreshTokenRequest type exposes the following members

Constructors

NameDescription
Public Method RefreshTokenRequest()

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 RefreshTokenBody Amazon.AmplifyUIBuilder.Model.RefreshTokenRequestBody

Gets and sets the property RefreshTokenBody.

Information about the refresh token 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