Class: Aws::Types::MCPServerOAuthClientCredentialsConfig
- Inherits:
-
Object
- Object
- Aws::Types::MCPServerOAuthClientCredentialsConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_id ⇒ ::String
Returns the value of attribute client_id.
-
#client_name ⇒ ::String
Returns the value of attribute client_name.
-
#client_secret ⇒ ::String
Returns the value of attribute client_secret.
-
#exchange_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute exchange_parameters.
-
#exchange_url ⇒ ::String
Returns the value of attribute exchange_url.
-
#scopes ⇒ ::Array[::String]
Returns the value of attribute scopes.
Instance Attribute Details
#client_id ⇒ ::String
Returns the value of attribute client_id.
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.
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.
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.
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.
1175 1176 1177 |
# File 'sig/types.rbs', line 1175 def exchange_url @exchange_url end |
#scopes ⇒ ::Array[::String]
Returns the value of attribute scopes.
1176 1177 1178 |
# File 'sig/types.rbs', line 1176 def scopes @scopes end |