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)


3879
3880
3881
3882
3883
3884
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 3879

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.



3879
3880
3881
3882
3883
3884
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 3879

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