Class: Authlete::Model::Request::BackchannelAuthenticationCompleteRequest

Inherits:
Base
  • Object
show all
Includes:
Utility
Defined in:
lib/authlete/model/request/backchannel-authentication-complete-request.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 included from Hashable

#to_hash

Methods inherited from Base

parse

Instance Attribute Details

#acrObject

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

#authTimeObject 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

#claimsObject

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

#errorDescriptionObject 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

#errorUriObject 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

#propertiesObject

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

#resultObject

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

#scopesObject

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

#subObject

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

#subjectObject

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

#ticketObject

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