Class: Aws::IoTManagedIntegrations::Types::OAuthUpdate

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotmanagedintegrations/types.rb

Overview

Structure containing updated OAuth configuration settings.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#o_auth_complete_redirect_urlString

The updated URL where users are redirected after completing the OAuth authorization process.

Returns:

  • (String)


3765
3766
3767
3768
3769
3770
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3765

class OAuthUpdate < Struct.new(
  :o_auth_complete_redirect_url,
  :proactive_refresh_token_renewal)
  SENSITIVE = []
  include Aws::Structure
end

#proactive_refresh_token_renewalTypes::ProactiveRefreshTokenRenewal

Updated configuration for proactively refreshing OAuth tokens before they expire.



3765
3766
3767
3768
3769
3770
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3765

class OAuthUpdate < Struct.new(
  :o_auth_complete_redirect_url,
  :proactive_refresh_token_renewal)
  SENSITIVE = []
  include Aws::Structure
end