Class: Aws::Types::MCPServerOAuth3LOConfig

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

#authorization_url::String

Returns the value of attribute authorization_url.

Returns:

  • (::String)


1162
1163
1164
# File 'sig/types.rbs', line 1162

def authorization_url
  @authorization_url
end

#client_id::String

Returns the value of attribute client_id.

Returns:

  • (::String)


1159
1160
1161
# File 'sig/types.rbs', line 1159

def client_id
  @client_id
end

#client_name::String

Returns the value of attribute client_name.

Returns:

  • (::String)


1158
1159
1160
# File 'sig/types.rbs', line 1158

def client_name
  @client_name
end

#client_secret::String

Returns the value of attribute client_secret.

Returns:

  • (::String)


1164
1165
1166
# File 'sig/types.rbs', line 1164

def client_secret
  @client_secret
end

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

Returns the value of attribute exchange_parameters.

Returns:

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


1160
1161
1162
# File 'sig/types.rbs', line 1160

def exchange_parameters
  @exchange_parameters
end

#exchange_url::String

Returns the value of attribute exchange_url.

Returns:

  • (::String)


1163
1164
1165
# File 'sig/types.rbs', line 1163

def exchange_url
  @exchange_url
end

#return_to_endpoint::String

Returns the value of attribute return_to_endpoint.

Returns:

  • (::String)


1161
1162
1163
# File 'sig/types.rbs', line 1161

def return_to_endpoint
  @return_to_endpoint
end

#scopes::Array[::String]

Returns the value of attribute scopes.

Returns:

  • (::Array[::String])


1166
1167
1168
# File 'sig/types.rbs', line 1166

def scopes
  @scopes
end

#support_code_challengeBoolean

Returns the value of attribute support_code_challenge.

Returns:

  • (Boolean)


1165
1166
1167
# File 'sig/types.rbs', line 1165

def support_code_challenge
  @support_code_challenge
end