Class: Aws::Types::BackendAuthSocialProviderConfig
- Inherits:
-
Object
- Object
- Aws::Types::BackendAuthSocialProviderConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_id ⇒ ::String
Returns the value of attribute client_id.
-
#client_secret ⇒ ::String
Returns the value of attribute client_secret.
Instance Attribute Details
#client_id ⇒ ::String
Returns the value of attribute client_id.
94 95 96 |
# File 'sig/types.rbs', line 94 def client_id @client_id end |
#client_secret ⇒ ::String
Returns the value of attribute client_secret.
95 96 97 |
# File 'sig/types.rbs', line 95 def client_secret @client_secret end |