Class: OmniAuth::Strategies::Learn
- Inherits:
-
OAuth2
- Object
- OAuth2
- OmniAuth::Strategies::Learn
- Includes:
- OmniAuth::Strategy
- Defined in:
- lib/omniauth/strategies/learn.rb
Instance Method Summary collapse
Instance Method Details
#raw_info ⇒ Object
24 25 26 |
# File 'lib/omniauth/strategies/learn.rb', line 24 def raw_info @raw_info ||= access_token.get('/api/users/me').parsed end |
#request_phase ⇒ Object
14 15 16 |
# File 'lib/omniauth/strategies/learn.rb', line 14 def request_phase super end |