class OmniAuth::Strategies::Gusto
Provides an Omniauth strategy for Gusto
Private Instance Methods
callback_url()
click to toggle source
# File lib/omniauth/strategies/gusto.rb, line 48 def callback_url full_host + script_name + callback_path end
raw_info()
click to toggle source
# File lib/omniauth/strategies/gusto.rb, line 52 def raw_info @raw_info ||= access_token.get('/v1/me').parsed end