class Restforce::Middleware::Authentication::JWTBearer

def private_key

def private_key
  OpenSSL::PKey::RSA.new(@options[:jwt_key])
end