Class: Aws::Types::ClientCredentialsGrantDetails
- Inherits:
-
Object
- Object
- Aws::Types::ClientCredentialsGrantDetails
- 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.
-
#token_endpoint ⇒ ::String
Returns the value of attribute token_endpoint.
Instance Attribute Details
#client_id ⇒ ::String
Returns the value of attribute client_id.
1656 1657 1658 |
# File 'sig/types.rbs', line 1656 def client_id @client_id end |
#client_secret ⇒ ::String
Returns the value of attribute client_secret.
1657 1658 1659 |
# File 'sig/types.rbs', line 1657 def client_secret @client_secret end |
#token_endpoint ⇒ ::String
Returns the value of attribute token_endpoint.
1658 1659 1660 |
# File 'sig/types.rbs', line 1658 def token_endpoint @token_endpoint end |