Class: Aws::Types::ConnectorAuthorizationCodeProperties
- Inherits:
-
Object
- Object
- Aws::Types::ConnectorAuthorizationCodeProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authorization_code ⇒ Types::ConnectorProperty
Returns the value of attribute authorization_code.
-
#authorization_code_url ⇒ Types::ConnectorProperty
Returns the value of attribute authorization_code_url.
-
#client_id ⇒ Types::ConnectorProperty
Returns the value of attribute client_id.
-
#client_secret ⇒ Types::ConnectorProperty
Returns the value of attribute client_secret.
-
#content_type ⇒ "APPLICATION_JSON", "URL_ENCODED"
Returns the value of attribute content_type.
-
#prompt ⇒ Types::ConnectorProperty
Returns the value of attribute prompt.
-
#redirect_uri ⇒ Types::ConnectorProperty
Returns the value of attribute redirect_uri.
-
#request_method ⇒ "GET", "POST"
Returns the value of attribute request_method.
-
#scope ⇒ Types::ConnectorProperty
Returns the value of attribute scope.
-
#token_url ⇒ Types::ConnectorProperty
Returns the value of attribute token_url.
-
#token_url_parameters ⇒ ::Array[Types::ConnectorProperty]
Returns the value of attribute token_url_parameters.
Instance Attribute Details
#authorization_code ⇒ Types::ConnectorProperty
Returns the value of attribute authorization_code.
1166 1167 1168 |
# File 'sig/types.rbs', line 1166 def @authorization_code end |
#authorization_code_url ⇒ Types::ConnectorProperty
Returns the value of attribute authorization_code_url.
1165 1166 1167 |
# File 'sig/types.rbs', line 1165 def @authorization_code_url end |
#client_id ⇒ Types::ConnectorProperty
Returns the value of attribute client_id.
1171 1172 1173 |
# File 'sig/types.rbs', line 1171 def client_id @client_id end |
#client_secret ⇒ Types::ConnectorProperty
Returns the value of attribute client_secret.
1172 1173 1174 |
# File 'sig/types.rbs', line 1172 def client_secret @client_secret end |
#content_type ⇒ "APPLICATION_JSON", "URL_ENCODED"
Returns the value of attribute content_type.
1170 1171 1172 |
# File 'sig/types.rbs', line 1170 def content_type @content_type end |
#prompt ⇒ Types::ConnectorProperty
Returns the value of attribute prompt.
1174 1175 1176 |
# File 'sig/types.rbs', line 1174 def prompt @prompt end |
#redirect_uri ⇒ Types::ConnectorProperty
Returns the value of attribute redirect_uri.
1167 1168 1169 |
# File 'sig/types.rbs', line 1167 def redirect_uri @redirect_uri end |
#request_method ⇒ "GET", "POST"
Returns the value of attribute request_method.
1169 1170 1171 |
# File 'sig/types.rbs', line 1169 def request_method @request_method end |
#scope ⇒ Types::ConnectorProperty
Returns the value of attribute scope.
1173 1174 1175 |
# File 'sig/types.rbs', line 1173 def scope @scope end |
#token_url ⇒ Types::ConnectorProperty
Returns the value of attribute token_url.
1168 1169 1170 |
# File 'sig/types.rbs', line 1168 def token_url @token_url end |
#token_url_parameters ⇒ ::Array[Types::ConnectorProperty]
Returns the value of attribute token_url_parameters.
1175 1176 1177 |
# File 'sig/types.rbs', line 1175 def token_url_parameters @token_url_parameters end |