class OmniAuth::Strategies::Tito
Public Instance Methods
callback_url()
click to toggle source
# File lib/omniauth-tito.rb, line 28 def callback_url full_host + script_name + callback_path end
raw_info()
click to toggle source
# File lib/omniauth-tito.rb, line 24 def raw_info @raw_info ||= access_token.get('/me.json').parsed end