class Rack::OAuth2::Server::Authorize::Code::Request
Public Class Methods
new(env)
click to toggle source
Calls superclass method
Rack::OAuth2::Server::Authorize::Request.new
# File lib/rack/oauth2/server/authorize/code.rb, line 13 def initialize(env) super @response_type = :code attr_missing! end
Public Instance Methods
error_params_location()
click to toggle source
# File lib/rack/oauth2/server/authorize/code.rb, line 19 def error_params_location :query end