Class: Aws::IoTManagedIntegrations::Types::ProactiveRefreshTokenRenewal
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::ProactiveRefreshTokenRenewal
- 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
-
#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.
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 |
#enabled ⇒ Boolean
Indicates whether proactive refresh token renewal is enabled.
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 |