Class: Authlete::Model::Response::ClientSecretRefreshResponse

Inherits:
Authlete::Model::Result show all
Defined in:
lib/authlete/model/response/client-secret-refresh-response.rb

Instance Attribute Summary collapse

Attributes inherited from Authlete::Model::Result

#resultCode, #resultMessage

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

parse

Instance Attribute Details

#newClientSecretObject Also known as: new_client_secret

Returns the value of attribute newClientSecret.



22
23
24
# File 'lib/authlete/model/response/client-secret-refresh-response.rb', line 22

def newClientSecret
  @newClientSecret
end

#oldClientSecretObject Also known as: old_client_secret

Returns the value of attribute oldClientSecret.



26
27
28
# File 'lib/authlete/model/response/client-secret-refresh-response.rb', line 26

def oldClientSecret
  @oldClientSecret
end