Class: Aws::BedrockAgentCoreControl::Types::Oauth2AuthorizationServerMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::Oauth2AuthorizationServerMetadata
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Contains the authorization server metadata for an OAuth2 provider.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authorization_endpoint ⇒ String
The authorization endpoint URL for the OAuth2 authorization server.
-
#issuer ⇒ String
The issuer URL for the OAuth2 authorization server.
-
#response_types ⇒ Array<String>
The supported response types for the OAuth2 authorization server.
-
#token_endpoint ⇒ String
The token endpoint URL for the OAuth2 authorization server.
Instance Attribute Details
#authorization_endpoint ⇒ String
The authorization endpoint URL for the OAuth2 authorization server.
3712 3713 3714 3715 3716 3717 3718 3719 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3712 class Oauth2AuthorizationServerMetadata < Struct.new( :issuer, :authorization_endpoint, :token_endpoint, :response_types) SENSITIVE = [] include Aws::Structure end |
#issuer ⇒ String
The issuer URL for the OAuth2 authorization server.
3712 3713 3714 3715 3716 3717 3718 3719 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3712 class Oauth2AuthorizationServerMetadata < Struct.new( :issuer, :authorization_endpoint, :token_endpoint, :response_types) SENSITIVE = [] include Aws::Structure end |
#response_types ⇒ Array<String>
The supported response types for the OAuth2 authorization server.
3712 3713 3714 3715 3716 3717 3718 3719 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3712 class Oauth2AuthorizationServerMetadata < Struct.new( :issuer, :authorization_endpoint, :token_endpoint, :response_types) SENSITIVE = [] include Aws::Structure end |
#token_endpoint ⇒ String
The token endpoint URL for the OAuth2 authorization server.
3712 3713 3714 3715 3716 3717 3718 3719 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3712 class Oauth2AuthorizationServerMetadata < Struct.new( :issuer, :authorization_endpoint, :token_endpoint, :response_types) SENSITIVE = [] include Aws::Structure end |