Class: Authlete::Model::Request::BackchannelAuthenticationFailRequest
- Defined in:
- lib/authlete/model/request/backchannel-authentication-fail-request.rb
Instance Attribute Summary collapse
-
#errorDescription ⇒ Object
(also: #error_description)
Returns the value of attribute errorDescription.
-
#errorUri ⇒ Object
(also: #error_uri)
Returns the value of attribute errorUri.
-
#reason ⇒ Object
Returns the value of attribute reason.
-
#ticket ⇒ Object
Returns the value of attribute ticket.
Method Summary
Methods included from Hashable
Methods inherited from Base
Instance Attribute Details
#errorDescription ⇒ Object 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 |
#errorUri ⇒ Object 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 |
#reason ⇒ Object
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 |
#ticket ⇒ Object
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 |