# File lib/omniauth/strategies/oauth2/doit.rb, line 7 def initialize(app, client_id=nil, client_secret=nil, options={}, &block) client_options = { :authorize_url => 'https://openapi.doit.im/oauth/authorize', :token_url => 'https://openapi.doit.im/oauth/access_token', } super(app, :doit, client_id, client_secret, client_options, options, &block) end