class Doorkeeper::Server

Attributes

jwt[R]

Public Instance Methods

jwt=(jwt) click to toggle source
# File lib/doorkeeper/jwt_assertion.rb, line 17
def jwt=(jwt)
  @jwt = jwt
  context.instance_variable_set('@jwt', jwt)
end
jwt_header=(jwt_header) click to toggle source
# 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