Method: Aws::Appflow::Types::HoneycodeConnectorProfileCredentials#refresh_token
- Defined in:
- lib/aws-sdk-appflow/types.rb
#refresh_token ⇒ String
The credentials used to acquire new access tokens.
2809 2810 2811 2812 2813 2814 2815 |
# File 'lib/aws-sdk-appflow/types.rb', line 2809 class HoneycodeConnectorProfileCredentials < Struct.new( :access_token, :refresh_token, :o_auth_request) SENSITIVE = [:access_token] include Aws::Structure end |