class OmniAuth::Strategies::Inspire9
Constants
- DEFAULT_PROVIDER_URL
Private Instance Methods
extra()
click to toggle source
# File lib/omniauth/strategies/inspire9.rb, line 25 def extra raw_info['extra'] end
raw_info()
click to toggle source
# File lib/omniauth/strategies/inspire9.rb, line 29 def raw_info @raw_info ||= access_token.get(raw_path).parsed end
raw_path()
click to toggle source
# File lib/omniauth/strategies/inspire9.rb, line 33 def raw_path "/access/user.json?oauth_token=#{access_token.token}" end