Class: Aws::Types::OAuth2Properties
- Inherits:
-
Object
- Object
- Aws::Types::OAuth2Properties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#o_auth_2_client_application ⇒ Types::OAuth2ClientApplication
Returns the value of attribute o_auth_2_client_application.
-
#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
#o_auth_2_client_application ⇒ Types::OAuth2ClientApplication
Returns the value of attribute o_auth_2_client_application.
5834 5835 5836 |
# File 'sig/types.rbs', line 5834 def o_auth_2_client_application @o_auth_2_client_application end |
#o_auth_2_grant_type ⇒ "AUTHORIZATION_CODE", ...
Returns the value of attribute o_auth_2_grant_type.
5833 5834 5835 |
# File 'sig/types.rbs', line 5833 def o_auth_2_grant_type @o_auth_2_grant_type end |
#token_url ⇒ ::String
Returns the value of attribute token_url.
5835 5836 5837 |
# File 'sig/types.rbs', line 5835 def token_url @token_url end |
#token_url_parameters_map ⇒ ::Hash[::String, ::String]
Returns the value of attribute token_url_parameters_map.
5836 5837 5838 |
# File 'sig/types.rbs', line 5836 def token_url_parameters_map @token_url_parameters_map end |