class Rack::OAuth2::Server::Authorize::Extension::CodeAndToken::Request
Public Class Methods
new(env)
click to toggle source
Calls superclass method
Rack::OAuth2::Server::Authorize::Token::Request.new
# File lib/rack/oauth2/server/authorize/extension/code_and_token.rb, line 20 def initialize(env) super @response_type = [:code, :token] attr_missing! end