class OmniAuth::Strategies::Applicaster
Public Instance Methods
callback_url()
click to toggle source
# File lib/omniauth/strategies/applicaster.rb, line 30 def callback_url full_host + script_name + callback_path end
client()
click to toggle source
# File lib/omniauth/strategies/applicaster.rb, line 26 def client ::Applicaster::Accounts.oauth_client end
raw_info()
click to toggle source
# File lib/omniauth/strategies/applicaster.rb, line 22 def raw_info @raw_info ||= access_token.get('/api/v1/users/current.json').parsed end