Class: Aws::Types::OAuth2PropertiesInput
- Inherits:
-
Object
- Object
- Aws::Types::OAuth2PropertiesInput
- 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::OAuth2Credentials
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.
5818 5819 5820 |
# File 'sig/types.rbs', line 5818 def @authorization_code_properties end |
#o_auth_2_client_application ⇒ Types::OAuth2ClientApplication
Returns the value of attribute o_auth_2_client_application.
5815 5816 5817 |
# File 'sig/types.rbs', line 5815 def o_auth_2_client_application @o_auth_2_client_application end |
#o_auth_2_credentials ⇒ Types::OAuth2Credentials
Returns the value of attribute o_auth_2_credentials.
5819 5820 5821 |
# File 'sig/types.rbs', line 5819 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.
5814 5815 5816 |
# File 'sig/types.rbs', line 5814 def o_auth_2_grant_type @o_auth_2_grant_type end |
#token_url ⇒ ::String
Returns the value of attribute token_url.
5816 5817 5818 |
# File 'sig/types.rbs', line 5816 def token_url @token_url end |
#token_url_parameters_map ⇒ ::Hash[::String, ::String]
Returns the value of attribute token_url_parameters_map.
5817 5818 5819 |
# File 'sig/types.rbs', line 5817 def token_url_parameters_map @token_url_parameters_map end |