class OmniAuth::Strategies::Vimeo
Public Instance Methods
callback_url()
click to toggle source
# File lib/omniauth/strategies/vimeo.rb, line 33 def callback_url full_host + script_name + callback_path end
user_info()
click to toggle source
# File lib/omniauth/strategies/vimeo.rb, line 37 def user_info access_token.params['user'] end