Class: Authlete::Model::Request::BackchannelAuthenticationFailRequest

Inherits:
Base
  • Object
show all
Defined in:
lib/authlete/model/request/backchannel-authentication-fail-request.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Hashable

#to_hash

Methods inherited from Base

parse

Instance Attribute Details

#errorDescriptionObject Also known as: error_description

Returns the value of attribute errorDescription.



27
28
29
# File 'lib/authlete/model/request/backchannel-authentication-fail-request.rb', line 27

def errorDescription
  @errorDescription
end

#errorUriObject Also known as: error_uri

Returns the value of attribute errorUri.



31
32
33
# File 'lib/authlete/model/request/backchannel-authentication-fail-request.rb', line 31

def errorUri
  @errorUri
end

#reasonObject

Returns the value of attribute reason.



25
26
27
# File 'lib/authlete/model/request/backchannel-authentication-fail-request.rb', line 25

def reason
  @reason
end

#ticketObject

Returns the value of attribute ticket.



23
24
25
# File 'lib/authlete/model/request/backchannel-authentication-fail-request.rb', line 23

def ticket
  @ticket
end