Class: Aws::IoTManagedIntegrations::Types::OAuthUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::OAuthUpdate
- Defined in:
- gems/aws-sdk-iotmanagedintegrations/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.
3740 3741 3742 3743 3744 3745 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 3740 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.
3740 3741 3742 3743 3744 3745 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 3740 class OAuthUpdate < Struct.new( :o_auth_complete_redirect_url, :proactive_refresh_token_renewal) SENSITIVE = [] include Aws::Structure end |