Class: Authlete::Model::Response::DeveloperAuthenticationCallbackResponse
- Inherits:
-
Base
- Object
- Base
- Authlete::Model::Response::DeveloperAuthenticationCallbackResponse
- Includes:
- Utility
- Defined in:
- lib/authlete/model/response/developer-authentication-callback-response.rb
Instance Attribute Summary collapse
-
#authenticated ⇒ Object
Returns the value of attribute authenticated.
-
#displayName ⇒ Object
(also: #display_name)
Returns the value of attribute displayName.
-
#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/developer-authentication-callback-response.rb', line 27 def authenticated @authenticated end |
#displayName ⇒ Object Also known as: display_name
Returns the value of attribute displayName.
31 32 33 |
# File 'lib/authlete/model/response/developer-authentication-callback-response.rb', line 31 def displayName @displayName end |
#subject ⇒ Object
Returns the value of attribute subject.
29 30 31 |
# File 'lib/authlete/model/response/developer-authentication-callback-response.rb', line 29 def subject @subject end |