class Rack::OAuth2::Server::Authorize::Extension::CodeAndToken::Request

Public Class Methods

new(env) click to toggle source
# File lib/rack/oauth2/server/authorize/extension/code_and_token.rb, line 22
def initialize(env)
  super
  @response_type = [:code, :token]
  attr_missing!
end