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

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


3967
3968
3969
3970
3971
3972
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 3967

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

#enabledBoolean

Indicates whether proactive refresh token renewal is enabled.

Returns:

  • (Boolean)


3967
3968
3969
3970
3971
3972
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 3967

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