Class: Authlete::Model::Request::IntrospectionRequest
- Defined in:
- lib/authlete/model/request/introspection-request.rb
Instance Attribute Summary collapse
-
#dpop ⇒ Object
Returns the value of attribute dpop.
-
#htm ⇒ Object
Returns the value of attribute htm.
-
#htu ⇒ Object
Returns the value of attribute htu.
-
#scopes ⇒ Object
Returns the value of attribute scopes.
-
#subject ⇒ Object
Returns the value of attribute subject.
-
#token ⇒ Object
Returns the value of attribute token.
Method Summary
Methods included from Hashable
Methods inherited from Base
Instance Attribute Details
#dpop ⇒ Object
Returns the value of attribute dpop.
29 30 31 |
# File 'lib/authlete/model/request/introspection-request.rb', line 29 def dpop @dpop end |
#htm ⇒ Object
Returns the value of attribute htm.
33 34 35 |
# File 'lib/authlete/model/request/introspection-request.rb', line 33 def htm @htm end |
#htu ⇒ Object
Returns the value of attribute htu.
31 32 33 |
# File 'lib/authlete/model/request/introspection-request.rb', line 31 def htu @htu end |
#scopes ⇒ Object
Returns the value of attribute scopes.
25 26 27 |
# File 'lib/authlete/model/request/introspection-request.rb', line 25 def scopes @scopes end |
#subject ⇒ Object
Returns the value of attribute subject.
27 28 29 |
# File 'lib/authlete/model/request/introspection-request.rb', line 27 def subject @subject end |
#token ⇒ Object
Returns the value of attribute token.
23 24 25 |
# File 'lib/authlete/model/request/introspection-request.rb', line 23 def token @token end |