Method: Aws::AmplifyUIBuilder::Types::RefreshTokenRequest#refresh_token_body

Defined in:
lib/aws-sdk-amplifyuibuilder/types.rb

#refresh_token_bodyTypes::RefreshTokenRequestBody

Information about the refresh token request.



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

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