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_grant_type ⇒ "CLIENT_CREDENTIALS", ...
Returns the value of attribute o_auth_2_grant_type.
-
#token_url ⇒ ::String
Returns the value of attribute token_url.
-
#token_url_custom_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute token_url_custom_properties.
Instance Attribute Details
#o_auth_2_grant_type ⇒ "CLIENT_CREDENTIALS", ...
Returns the value of attribute o_auth_2_grant_type.
872 873 874 |
# File 'sig/types.rbs', line 872 def o_auth_2_grant_type @o_auth_2_grant_type end |
#token_url ⇒ ::String
Returns the value of attribute token_url.
871 872 873 |
# File 'sig/types.rbs', line 871 def token_url @token_url end |
#token_url_custom_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute token_url_custom_properties.
873 874 875 |
# File 'sig/types.rbs', line 873 def token_url_custom_properties @token_url_custom_properties end |