Class: Aws::IoTManagedIntegrations::Types::OAuthUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::OAuthUpdate
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotmanagedintegrations/types.rb
Overview
Structure containing updated OAuth configuration settings.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#o_auth_complete_redirect_url ⇒ String
The updated URL where users are redirected after completing the OAuth authorization process.
-
#proactive_refresh_token_renewal ⇒ Types::ProactiveRefreshTokenRenewal
Updated configuration for proactively refreshing OAuth tokens before they expire.
Instance Attribute Details
#o_auth_complete_redirect_url ⇒ String
The updated URL where users are redirected after completing the OAuth authorization process.
3765 3766 3767 3768 3769 3770 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3765 class OAuthUpdate < Struct.new( :o_auth_complete_redirect_url, :proactive_refresh_token_renewal) SENSITIVE = [] include Aws::Structure end |
#proactive_refresh_token_renewal ⇒ Types::ProactiveRefreshTokenRenewal
Updated configuration for proactively refreshing OAuth tokens before they expire.
3765 3766 3767 3768 3769 3770 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3765 class OAuthUpdate < Struct.new( :o_auth_complete_redirect_url, :proactive_refresh_token_renewal) SENSITIVE = [] include Aws::Structure end |