Class: Aws::Types::OAuth2Properties
- Inherits:
-
Object
- Object
- Aws::Types::OAuth2Properties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authorization_code_properties ⇒ Types::AuthorizationCodeProperties
Returns the value of attribute authorization_code_properties.
-
#o_auth_2_client_application ⇒ Types::OAuth2ClientApplication
Returns the value of attribute o_auth_2_client_application.
-
#o_auth_2_credentials ⇒ Types::GlueOAuth2Credentials
Returns the value of attribute o_auth_2_credentials.
-
#o_auth_2_grant_type ⇒ "AUTHORIZATION_CODE", ...
Returns the value of attribute o_auth_2_grant_type.
-
#token_url ⇒ ::String
Returns the value of attribute token_url.
-
#token_url_parameters_map ⇒ ::Hash[::String, ::String]
Returns the value of attribute token_url_parameters_map.
Instance Attribute Details
#authorization_code_properties ⇒ Types::AuthorizationCodeProperties
Returns the value of attribute authorization_code_properties.
4701 4702 4703 |
# File 'sig/types.rbs', line 4701 def @authorization_code_properties end |
#o_auth_2_client_application ⇒ Types::OAuth2ClientApplication
Returns the value of attribute o_auth_2_client_application.
4698 4699 4700 |
# File 'sig/types.rbs', line 4698 def o_auth_2_client_application @o_auth_2_client_application end |
#o_auth_2_credentials ⇒ Types::GlueOAuth2Credentials
Returns the value of attribute o_auth_2_credentials.
4702 4703 4704 |
# File 'sig/types.rbs', line 4702 def o_auth_2_credentials @o_auth_2_credentials end |
#o_auth_2_grant_type ⇒ "AUTHORIZATION_CODE", ...
Returns the value of attribute o_auth_2_grant_type.
4697 4698 4699 |
# File 'sig/types.rbs', line 4697 def o_auth_2_grant_type @o_auth_2_grant_type end |
#token_url ⇒ ::String
Returns the value of attribute token_url.
4699 4700 4701 |
# File 'sig/types.rbs', line 4699 def token_url @token_url end |
#token_url_parameters_map ⇒ ::Hash[::String, ::String]
Returns the value of attribute token_url_parameters_map.
4700 4701 4702 |
# File 'sig/types.rbs', line 4700 def token_url_parameters_map @token_url_parameters_map end |