Class: Authlete::Model::Request::ClientSecretUpdateRequest
- Defined in:
- lib/authlete/model/request/client-secret-update-request.rb
Instance Attribute Summary collapse
-
#clientSecret ⇒ Object
(also: #client_secret)
Returns the value of attribute clientSecret.
Method Summary
Methods included from Hashable
Methods inherited from Base
Instance Attribute Details
#clientSecret ⇒ Object Also known as: client_secret
Returns the value of attribute clientSecret.
23 24 25 |
# File 'lib/authlete/model/request/client-secret-update-request.rb', line 23 def clientSecret @clientSecret end |