class Doorkeeper::OAuth::CodeRequest

def deny

def deny
  pre_auth.error = :access_denied
  pre_auth.error_response
end