class OmniAuth::Strategies::EauthOauth2
Public Instance Methods
raw_info()
click to toggle source
# File lib/omniauth/strategies/eauth_oauth2.rb, line 41 def raw_info @raw_info ||= access_token.get('/oauth/user').parsed end
request_phase()
click to toggle source
Calls superclass method
# File lib/omniauth/strategies/eauth_oauth2.rb, line 14 def request_phase super end
Private Instance Methods
callback_url()
click to toggle source
# File lib/omniauth/strategies/eauth_oauth2.rb, line 47 def callback_url full_host + script_name + callback_path end