Class: Doorkeeper::Server

Inherits:
Object
  • Object
show all
Defined in:
lib/doorkeeper/jwt_assertion.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#jwtObject

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