class Rack::OAuth2::Server::Token::Extension::JWT::Request
Public Class Methods
new(env)
click to toggle source
Calls superclass method
Rack::OAuth2::Server::Token::Request.new
# File lib/rack/oauth2/server/token/extension/jwt.rb, line 25 def initialize(env) super @grant_type = GRANT_TYPE_URN @assertion = params['assertion'] attr_missing! end