Class: Aws::Types::ServiceNowOAuthClientCredentialsConfig
- Inherits:
-
Object
- Object
- Aws::Types::ServiceNowOAuthClientCredentialsConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_id ⇒ ::String
Returns the value of attribute client_id.
-
#client_name ⇒ ::String
Returns the value of attribute client_name.
-
#client_secret ⇒ ::String
Returns the value of attribute client_secret.
-
#exchange_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute exchange_parameters.
Instance Attribute Details
#client_id ⇒ ::String
Returns the value of attribute client_id.
1847 1848 1849 |
# File 'sig/types.rbs', line 1847 def client_id @client_id end |
#client_name ⇒ ::String
Returns the value of attribute client_name.
1846 1847 1848 |
# File 'sig/types.rbs', line 1846 def client_name @client_name end |
#client_secret ⇒ ::String
Returns the value of attribute client_secret.
1849 1850 1851 |
# File 'sig/types.rbs', line 1849 def client_secret @client_secret end |
#exchange_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute exchange_parameters.
1848 1849 1850 |
# File 'sig/types.rbs', line 1848 def exchange_parameters @exchange_parameters end |