Module: Doorkeeper::JWTAssertion
- Defined in:
- lib/doorkeeper/jwt_assertion.rb,
lib/doorkeeper/jwt_assertion/railtie.rb
Defined Under Namespace
Classes: Railtie
Instance Attribute Summary collapse
-
#jwt ⇒ Object
readonly
Returns the value of attribute jwt.
-
#jwt_header ⇒ Object
readonly
Returns the value of attribute jwt_header.
Instance Attribute Details
#jwt ⇒ Object (readonly)
Returns the value of attribute jwt.
9 10 11 |
# File 'lib/doorkeeper/jwt_assertion.rb', line 9 def jwt @jwt end |
#jwt_header ⇒ Object (readonly)
Returns the value of attribute jwt_header.
9 10 11 |
# File 'lib/doorkeeper/jwt_assertion.rb', line 9 def jwt_header @jwt_header end |