class Oauth
  constructor: (@conf, @debug) ->
    if @debug is on
      @other_conf = @conf.debug
    else
      @other_conf = @conf.formal

module.exports = Oauth