class OmniAuth::Strategies::Learn

Public Instance Methods

raw_info() click to toggle source
# File lib/omniauth/strategies/learn.rb, line 24
def raw_info
  @raw_info ||= access_token.get('/api/users/me').parsed
end
request_phase() click to toggle source
Calls superclass method
# File lib/omniauth/strategies/learn.rb, line 14
def request_phase
  super
end