Class: Authlete::Model::Response::AuthenticationCallbackResponse
- Includes:
- Utility
- Defined in:
- lib/authlete/model/response/authentication-callback-response.rb
Instance Attribute Summary collapse
-
#authenticated ⇒ Object
Returns the value of attribute authenticated.
-
#claims ⇒ Object
Returns the value of attribute claims.
-
#subject ⇒ Object
Returns the value of attribute subject.
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
#authenticated ⇒ Object
Returns the value of attribute authenticated.
27 28 29 |
# File 'lib/authlete/model/response/authentication-callback-response.rb', line 27 def authenticated @authenticated end |
#claims ⇒ Object
Returns the value of attribute claims.
31 32 33 |
# File 'lib/authlete/model/response/authentication-callback-response.rb', line 31 def claims @claims end |
#subject ⇒ Object
Returns the value of attribute subject.
29 30 31 |
# File 'lib/authlete/model/response/authentication-callback-response.rb', line 29 def subject @subject end |