Class: Authlete::Model::Response::PushedAuthReqResponse

Inherits:
Authlete::Model::Result show all
Defined in:
lib/authlete/model/response/pushed-auth-req-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.



23
24
25
# File 'lib/authlete/model/response/pushed-auth-req-response.rb', line 23

def action
  @action
end

#clientAuthMethodObject Also known as: client_auth_method

Returns the value of attribute clientAuthMethod.



29
30
31
# File 'lib/authlete/model/response/pushed-auth-req-response.rb', line 29

def clientAuthMethod
  @clientAuthMethod
end

#requestUriObject Also known as: request_uri

Returns the value of attribute requestUri.



33
34
35
# File 'lib/authlete/model/response/pushed-auth-req-response.rb', line 33

def requestUri
  @requestUri
end

#responseContentObject Also known as: response_content

Returns the value of attribute responseContent.



25
26
27
# File 'lib/authlete/model/response/pushed-auth-req-response.rb', line 25

def responseContent
  @responseContent
end