Class: Authlete::Model::Request::TokenFailRequest

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

Instance Attribute Summary collapse

Method Summary

Methods included from Hashable

#to_hash

Methods inherited from Base

parse

Instance Attribute Details

#reasonObject

Returns the value of attribute reason.



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

def reason
  @reason
end

#ticketObject

Returns the value of attribute ticket.



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

def ticket
  @ticket
end