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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotmanagedintegrations/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)


3740
3741
3742
3743
3744
3745
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 3740

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.



3740
3741
3742
3743
3744
3745
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 3740

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