Rack::OAuth2::Server::Authorize::Token::Request
# File lib/rack/oauth2/server/authorize/extension/code_and_token.rb, line 22 def initialize(env) super @response_type = [:code, :token] attr_missing! end