Class: Authlete::Model::Response::ClientRegistrationResponse

Inherits:
Authlete::Model::Result show all
Defined in:
lib/authlete/model/response/client-registration-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

#actionObject

Returns the value of attribute action.



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

def action
  @action
end

#clientObject

Returns the value of attribute client.



28
29
30
# File 'lib/authlete/model/response/client-registration-response.rb', line 28

def client
  @client
end

#responseContentObject Also known as: response_content

Returns the value of attribute responseContent.



24
25
26
# File 'lib/authlete/model/response/client-registration-response.rb', line 24

def responseContent
  @responseContent
end