Class: Authlete::Model::Request::BackchannelAuthenticationIssueRequest
- Defined in:
- lib/authlete/model/request/backchannel-authentication-issue-request.rb
Instance Attribute Summary collapse
-
#ticket ⇒ Object
Returns the value of attribute ticket.
Method Summary
Methods included from Hashable
Methods inherited from Base
Instance Attribute Details
#ticket ⇒ Object
Returns the value of attribute ticket.
23 24 25 |
# File 'lib/authlete/model/request/backchannel-authentication-issue-request.rb', line 23 def ticket @ticket end |