Class: Aws::AmplifyUIBuilder::Types::RefreshTokenRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::RefreshTokenRequest
- Defined in:
- gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#provider ⇒ String
The third-party provider for the token.
-
#refresh_token_body ⇒ Types::RefreshTokenRequestBody
Information about the refresh token request.
Instance Attribute Details
#provider ⇒ String
The third-party provider for the token. The only valid value is
figma
.
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_body ⇒ Types::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 |