Class: Aws::Types::MCPServerOAuthClientCredentialsConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:client_id, :client_secret])

Instance Attribute Summary collapse

Instance Attribute Details

#client_id::String

Returns the value of attribute client_id.

Returns:

  • (::String)


1172
1173
1174
# File 'sig/types.rbs', line 1172

def client_id
  @client_id
end

#client_name::String

Returns the value of attribute client_name.

Returns:

  • (::String)


1171
1172
1173
# File 'sig/types.rbs', line 1171

def client_name
  @client_name
end

#client_secret::String

Returns the value of attribute client_secret.

Returns:

  • (::String)


1174
1175
1176
# File 'sig/types.rbs', line 1174

def client_secret
  @client_secret
end

#exchange_parameters::Hash[::String, ::String]

Returns the value of attribute exchange_parameters.

Returns:

  • (::Hash[::String, ::String])


1173
1174
1175
# File 'sig/types.rbs', line 1173

def exchange_parameters
  @exchange_parameters
end

#exchange_url::String

Returns the value of attribute exchange_url.

Returns:

  • (::String)


1175
1176
1177
# File 'sig/types.rbs', line 1175

def exchange_url
  @exchange_url
end

#scopes::Array[::String]

Returns the value of attribute scopes.

Returns:

  • (::Array[::String])


1176
1177
1178
# File 'sig/types.rbs', line 1176

def scopes
  @scopes
end