Class: Doorkeeper::Server
- Inherits:
-
Object
- Object
- Doorkeeper::Server
- Defined in:
- lib/doorkeeper/jwt_assertion.rb
Instance Attribute Summary collapse
-
#jwt ⇒ Object
Returns the value of attribute jwt.
Instance Method Summary collapse
Instance Attribute Details
#jwt ⇒ Object
Returns the value of attribute jwt.
15 16 17 |
# File 'lib/doorkeeper/jwt_assertion.rb', line 15 def jwt @jwt end |
Instance Method Details
#jwt_header=(jwt_header) ⇒ Object
22 23 24 25 |
# File 'lib/doorkeeper/jwt_assertion.rb', line 22 def jwt_header=(jwt_header) @jwt_header = jwt_header context.instance_variable_set('@jwt_header', jwt_header) end |