class Aws::AmplifyUIBuilder::Types::RefreshTokenRequest

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

data as a hash:

    {
      provider: "figma", # required, accepts figma
      refresh_token_body: { # required
        token: "SensitiveString", # required
      },
    }

@!attribute [rw] provider

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

@!attribute [rw] refresh_token_body

Information about the refresh token request.
@return [Types::RefreshTokenRequestBody]

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

Constants

SENSITIVE