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)


4106
4107
4108
4109
4110
4111
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4106

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

#enabledBoolean

Indicates whether proactive refresh token renewal is enabled.

Returns:

  • (Boolean)


4106
4107
4108
4109
4110
4111
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4106

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