Class: Authlete::Model::Response::AuthenticationCallbackResponse

Inherits:
Base
  • Object
show all
Includes:
Utility
Defined in:
lib/authlete/model/response/authentication-callback-response.rb

Instance Attribute Summary collapse

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

#authenticatedObject

Returns the value of attribute authenticated.



27
28
29
# File 'lib/authlete/model/response/authentication-callback-response.rb', line 27

def authenticated
  @authenticated
end

#claimsObject

Returns the value of attribute claims.



31
32
33
# File 'lib/authlete/model/response/authentication-callback-response.rb', line 31

def claims
  @claims
end

#subjectObject

Returns the value of attribute subject.



29
30
31
# File 'lib/authlete/model/response/authentication-callback-response.rb', line 29

def subject
  @subject
end