Class: Aws::AmplifyUIBuilder::Types::RefreshTokenRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#providerString

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

Returns:

  • (String)


2795
2796
2797
2798
2799
2800
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2795

class RefreshTokenRequest < Struct.new(
  :provider,
  :refresh_token_body)
  SENSITIVE = []
  include Aws::Structure
end

#refresh_token_bodyTypes::RefreshTokenRequestBody

Information about the refresh token request.



2795
2796
2797
2798
2799
2800
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2795

class RefreshTokenRequest < Struct.new(
  :provider,
  :refresh_token_body)
  SENSITIVE = []
  include Aws::Structure
end