Class: Aws::Types::MCPServerOAuth3LOConfig
- Inherits:
-
Object
- Object
- Aws::Types::MCPServerOAuth3LOConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authorization_url ⇒ ::String
Returns the value of attribute authorization_url.
-
#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.
-
#return_to_endpoint ⇒ ::String
Returns the value of attribute return_to_endpoint.
-
#scopes ⇒ ::Array[::String]
Returns the value of attribute scopes.
-
#support_code_challenge ⇒ Boolean
Returns the value of attribute support_code_challenge.
Instance Attribute Details
#authorization_url ⇒ ::String
Returns the value of attribute authorization_url.
1162 1163 1164 |
# File 'sig/types.rbs', line 1162 def @authorization_url end |
#client_id ⇒ ::String
Returns the value of attribute client_id.
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.
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.
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.
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.
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.
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.
1166 1167 1168 |
# File 'sig/types.rbs', line 1166 def scopes @scopes end |
#support_code_challenge ⇒ Boolean
Returns the value of attribute support_code_challenge.
1165 1166 1167 |
# File 'sig/types.rbs', line 1165 def support_code_challenge @support_code_challenge end |