Class: Aws::IoTManagedIntegrations::Types::ProactiveRefreshTokenRenewal

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

Overview

Configuration settings for proactively refreshing OAuth tokens before they expire.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#days_before_renewalInteger

The days before token expiration when the system should attempt to renew the token, specified in days.

Returns:

  • (Integer)


3992
3993
3994
3995
3996
3997
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3992

class ProactiveRefreshTokenRenewal < Struct.new(
  :enabled,
  :days_before_renewal)
  SENSITIVE = []
  include Aws::Structure
end

#enabledBoolean

Indicates whether proactive refresh token renewal is enabled.

Returns:

  • (Boolean)


3992
3993
3994
3995
3996
3997
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3992

class ProactiveRefreshTokenRenewal < Struct.new(
  :enabled,
  :days_before_renewal)
  SENSITIVE = []
  include Aws::Structure
end