Class: Authlete::Model::Response::ClientSecretUpdateResponse
- Inherits:
-
Authlete::Model::Result
- Object
- Base
- Authlete::Model::Result
- Authlete::Model::Response::ClientSecretUpdateResponse
- Defined in:
- lib/authlete/model/response/client-secret-update-response.rb
Instance Attribute Summary collapse
-
#newClientSecret ⇒ Object
(also: #new_client_secret)
Returns the value of attribute newClientSecret.
-
#oldClientSecret ⇒ Object
(also: #old_client_secret)
Returns the value of attribute oldClientSecret.
Attributes inherited from Authlete::Model::Result
Method Summary
Methods included from Utility
#extract_access_token, #get_parsed_array, #to_rack_response_json, #to_rack_response_www_authenticate
Methods inherited from Base
Instance Attribute Details
#newClientSecret ⇒ Object Also known as: new_client_secret
Returns the value of attribute newClientSecret.
22 23 24 |
# File 'lib/authlete/model/response/client-secret-update-response.rb', line 22 def newClientSecret @newClientSecret end |
#oldClientSecret ⇒ Object Also known as: old_client_secret
Returns the value of attribute oldClientSecret.
26 27 28 |
# File 'lib/authlete/model/response/client-secret-update-response.rb', line 26 def oldClientSecret @oldClientSecret end |