Class: Authlete::Model::Response::BackchannelAuthenticationIssueResponse
- Inherits:
-
Authlete::Model::Result
- Object
- Base
- Authlete::Model::Result
- Authlete::Model::Response::BackchannelAuthenticationIssueResponse
- Defined in:
- lib/authlete/model/response/backchannel-authentication-issue-response.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#authReqId ⇒ Object
(also: #auth_req_id)
Returns the value of attribute authReqId.
-
#expiresIn ⇒ Object
(also: #expires_in)
Returns the value of attribute expiresIn.
-
#interval ⇒ Object
Returns the value of attribute interval.
-
#responseContent ⇒ Object
(also: #response_content)
Returns the value of attribute responseContent.
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
#action ⇒ Object
Returns the value of attribute action.
23 24 25 |
# File 'lib/authlete/model/response/backchannel-authentication-issue-response.rb', line 23 def action @action end |
#authReqId ⇒ Object Also known as: auth_req_id
Returns the value of attribute authReqId.
29 30 31 |
# File 'lib/authlete/model/response/backchannel-authentication-issue-response.rb', line 29 def authReqId @authReqId end |
#expiresIn ⇒ Object Also known as: expires_in
Returns the value of attribute expiresIn.
33 34 35 |
# File 'lib/authlete/model/response/backchannel-authentication-issue-response.rb', line 33 def expiresIn @expiresIn end |
#interval ⇒ Object
Returns the value of attribute interval.
37 38 39 |
# File 'lib/authlete/model/response/backchannel-authentication-issue-response.rb', line 37 def interval @interval end |
#responseContent ⇒ Object Also known as: response_content
Returns the value of attribute responseContent.
25 26 27 |
# File 'lib/authlete/model/response/backchannel-authentication-issue-response.rb', line 25 def responseContent @responseContent end |