class Doorkeeper::Server

Attributes

jwt[R]

Public Instance Methods

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