Class: Aws::IoTManagedIntegrations::Types::ProactiveRefreshTokenRenewal
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::ProactiveRefreshTokenRenewal
- 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
-
#days_before_renewal ⇒ Integer
The days before token expiration when the system should attempt to renew the token, specified in days.
-
#enabled ⇒ Boolean
Indicates whether proactive refresh token renewal is enabled.
Instance Attribute Details
#days_before_renewal ⇒ Integer
The days before token expiration when the system should attempt to renew the token, specified in days.
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 |
#enabled ⇒ Boolean
Indicates whether proactive refresh token renewal is enabled.
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 |