class Rack::OAuth2::Server::Authorize::Token::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/token.rb, line 13 def initialize(env) super @response_type = :token attr_missing! end
Public Instance Methods
error_params_location()
click to toggle source
# File lib/rack/oauth2/server/authorize/token.rb, line 19 def error_params_location :fragment end