Class: OmniAuth::Strategies::Lightspeed

Inherits:
OAuth2
  • Object
show all
Defined in:
lib/omniauth/strategies/lightspeed.rb

Instance Method Summary collapse

Instance Method Details

#request_phaseObject


11
12
13
14
# File 'lib/omniauth/strategies/lightspeed.rb', line 11

def request_phase
  options[:scope] ||= "employee:all"
  super
end