class Aws::AmplifyUIBuilder::Types::RefreshTokenRequestBody

Describes a refresh token.

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

data as a hash:

    {
      token: "SensitiveString", # required
    }

@!attribute [rw] token

The token to use to refresh a previously issued access token that
might have expired.
@return [String]

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

Constants

SENSITIVE