Class: Aws::BedrockAgentCoreControl::Types::Oauth2AuthorizationServerMetadata

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#authorization_endpointString

The authorization endpoint URL for the OAuth2 authorization server.

Returns:

  • (String)


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

#issuerString

The issuer URL for the OAuth2 authorization server.

Returns:

  • (String)


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_typesArray<String>

The supported response types for the OAuth2 authorization server.

Returns:

  • (Array<String>)


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_endpointString

The token endpoint URL for the OAuth2 authorization server.

Returns:

  • (String)


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