Class: Authlete::Model::Request::BackchannelAuthenticationCompleteRequest
- Includes:
- Utility
- Defined in:
- lib/authlete/model/request/backchannel-authentication-complete-request.rb
Instance Attribute Summary collapse
-
#acr ⇒ Object
Returns the value of attribute acr.
-
#authTime ⇒ Object
(also: #auth_time)
Returns the value of attribute authTime.
-
#claims ⇒ Object
Returns the value of attribute claims.
-
#errorDescription ⇒ Object
(also: #error_description)
Returns the value of attribute errorDescription.
-
#errorUri ⇒ Object
(also: #error_uri)
Returns the value of attribute errorUri.
-
#properties ⇒ Object
Returns the value of attribute properties.
-
#result ⇒ Object
Returns the value of attribute result.
-
#scopes ⇒ Object
Returns the value of attribute scopes.
-
#sub ⇒ Object
Returns the value of attribute sub.
-
#subject ⇒ Object
Returns the value of attribute subject.
-
#ticket ⇒ Object
Returns the value of attribute ticket.
Method Summary
Methods included from Utility
#extract_access_token, #get_parsed_array, #to_rack_response_json, #to_rack_response_www_authenticate
Methods included from Hashable
Methods inherited from Base
Instance Attribute Details
#acr ⇒ Object
Returns the value of attribute acr.
36 37 38 |
# File 'lib/authlete/model/request/backchannel-authentication-complete-request.rb', line 36 def acr @acr end |
#authTime ⇒ Object Also known as: auth_time
Returns the value of attribute authTime.
32 33 34 |
# File 'lib/authlete/model/request/backchannel-authentication-complete-request.rb', line 32 def authTime @authTime end |
#claims ⇒ Object
Returns the value of attribute claims.
38 39 40 |
# File 'lib/authlete/model/request/backchannel-authentication-complete-request.rb', line 38 def claims @claims end |
#errorDescription ⇒ Object Also known as: error_description
Returns the value of attribute errorDescription.
44 45 46 |
# File 'lib/authlete/model/request/backchannel-authentication-complete-request.rb', line 44 def errorDescription @errorDescription end |
#errorUri ⇒ Object Also known as: error_uri
Returns the value of attribute errorUri.
48 49 50 |
# File 'lib/authlete/model/request/backchannel-authentication-complete-request.rb', line 48 def errorUri @errorUri end |
#properties ⇒ Object
Returns the value of attribute properties.
40 41 42 |
# File 'lib/authlete/model/request/backchannel-authentication-complete-request.rb', line 40 def properties @properties end |
#result ⇒ Object
Returns the value of attribute result.
26 27 28 |
# File 'lib/authlete/model/request/backchannel-authentication-complete-request.rb', line 26 def result @result end |
#scopes ⇒ Object
Returns the value of attribute scopes.
42 43 44 |
# File 'lib/authlete/model/request/backchannel-authentication-complete-request.rb', line 42 def scopes @scopes end |
#sub ⇒ Object
Returns the value of attribute sub.
30 31 32 |
# File 'lib/authlete/model/request/backchannel-authentication-complete-request.rb', line 30 def sub @sub end |
#subject ⇒ Object
Returns the value of attribute subject.
28 29 30 |
# File 'lib/authlete/model/request/backchannel-authentication-complete-request.rb', line 28 def subject @subject end |
#ticket ⇒ Object
Returns the value of attribute ticket.
24 25 26 |
# File 'lib/authlete/model/request/backchannel-authentication-complete-request.rb', line 24 def ticket @ticket end |