Class: Aws::DevOpsAgent::Types::MCPServerOAuth3LOConfig

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-devopsagent/types.rb

Overview

OAuth 3-legged authorization configuration for MCP server.

Constant Summary collapse

SENSITIVE =
[:client_id, :exchange_parameters, :client_secret]

Instance Attribute Summary collapse

Instance Attribute Details

#authorization_urlString

OAuth authorization URL for 3LO authentication.

Returns:

  • (String)


2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
# File 'lib/aws-sdk-devopsagent/types.rb', line 2774

class MCPServerOAuth3LOConfig < Struct.new(
  :client_name,
  :client_id,
  :exchange_parameters,
  :return_to_endpoint,
  :authorization_url,
  :exchange_url,
  :client_secret,
  :support_code_challenge,
  :scopes)
  SENSITIVE = [:client_id, :exchange_parameters, :client_secret]
  include Aws::Structure
end

#client_idString

OAuth client ID for authenticating with the service.

Returns:

  • (String)


2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
# File 'lib/aws-sdk-devopsagent/types.rb', line 2774

class MCPServerOAuth3LOConfig < Struct.new(
  :client_name,
  :client_id,
  :exchange_parameters,
  :return_to_endpoint,
  :authorization_url,
  :exchange_url,
  :client_secret,
  :support_code_challenge,
  :scopes)
  SENSITIVE = [:client_id, :exchange_parameters, :client_secret]
  include Aws::Structure
end

#client_nameString

User friendly OAuth client name specified by end user.

Returns:

  • (String)


2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
# File 'lib/aws-sdk-devopsagent/types.rb', line 2774

class MCPServerOAuth3LOConfig < Struct.new(
  :client_name,
  :client_id,
  :exchange_parameters,
  :return_to_endpoint,
  :authorization_url,
  :exchange_url,
  :client_secret,
  :support_code_challenge,
  :scopes)
  SENSITIVE = [:client_id, :exchange_parameters, :client_secret]
  include Aws::Structure
end

#client_secretString

OAuth client secret for authenticating with the service. Required for confidential clients or when PKCE is not supported. Optional for public clients using PKCE.

Returns:

  • (String)


2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
# File 'lib/aws-sdk-devopsagent/types.rb', line 2774

class MCPServerOAuth3LOConfig < Struct.new(
  :client_name,
  :client_id,
  :exchange_parameters,
  :return_to_endpoint,
  :authorization_url,
  :exchange_url,
  :client_secret,
  :support_code_challenge,
  :scopes)
  SENSITIVE = [:client_id, :exchange_parameters, :client_secret]
  include Aws::Structure
end

#exchange_parametersHash<String,String>

OAuth token exchange parameters for authenticating with the service.

Returns:

  • (Hash<String,String>)


2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
# File 'lib/aws-sdk-devopsagent/types.rb', line 2774

class MCPServerOAuth3LOConfig < Struct.new(
  :client_name,
  :client_id,
  :exchange_parameters,
  :return_to_endpoint,
  :authorization_url,
  :exchange_url,
  :client_secret,
  :support_code_challenge,
  :scopes)
  SENSITIVE = [:client_id, :exchange_parameters, :client_secret]
  include Aws::Structure
end

#exchange_urlString

OAuth token exchange URL.

Returns:

  • (String)


2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
# File 'lib/aws-sdk-devopsagent/types.rb', line 2774

class MCPServerOAuth3LOConfig < Struct.new(
  :client_name,
  :client_id,
  :exchange_parameters,
  :return_to_endpoint,
  :authorization_url,
  :exchange_url,
  :client_secret,
  :support_code_challenge,
  :scopes)
  SENSITIVE = [:client_id, :exchange_parameters, :client_secret]
  include Aws::Structure
end

#return_to_endpointString

The endpoint to return to after OAuth flow completes (must be AWS console domain)

Returns:

  • (String)


2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
# File 'lib/aws-sdk-devopsagent/types.rb', line 2774

class MCPServerOAuth3LOConfig < Struct.new(
  :client_name,
  :client_id,
  :exchange_parameters,
  :return_to_endpoint,
  :authorization_url,
  :exchange_url,
  :client_secret,
  :support_code_challenge,
  :scopes)
  SENSITIVE = [:client_id, :exchange_parameters, :client_secret]
  include Aws::Structure
end

#scopesArray<String>

OAuth scopes for 3LO authentication. The service will always request scope offline_access.

Returns:

  • (Array<String>)


2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
# File 'lib/aws-sdk-devopsagent/types.rb', line 2774

class MCPServerOAuth3LOConfig < Struct.new(
  :client_name,
  :client_id,
  :exchange_parameters,
  :return_to_endpoint,
  :authorization_url,
  :exchange_url,
  :client_secret,
  :support_code_challenge,
  :scopes)
  SENSITIVE = [:client_id, :exchange_parameters, :client_secret]
  include Aws::Structure
end

#support_code_challengeBoolean

Whether the service supports PKCE (Proof Key for Code Exchange) for enhanced security during the OAuth flow.

Returns:

  • (Boolean)


2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
# File 'lib/aws-sdk-devopsagent/types.rb', line 2774

class MCPServerOAuth3LOConfig < Struct.new(
  :client_name,
  :client_id,
  :exchange_parameters,
  :return_to_endpoint,
  :authorization_url,
  :exchange_url,
  :client_secret,
  :support_code_challenge,
  :scopes)
  SENSITIVE = [:client_id, :exchange_parameters, :client_secret]
  include Aws::Structure
end