Class: OmniAuth::Strategies::EpicGames
- Inherits:
-
OAuth2
- Object
- OAuth2
- OmniAuth::Strategies::EpicGames
- Defined in:
- lib/omniauth/strategies/epic_games.rb
Instance Method Summary collapse
Instance Method Details
#callback_phase ⇒ Object
18 19 20 |
# File 'lib/omniauth/strategies/epic_games.rb', line 18 def callback_phase super end |
#raw_info ⇒ Object
34 35 36 |
# File 'lib/omniauth/strategies/epic_games.rb', line 34 def raw_info access_token end |
#request_phase ⇒ Object
14 15 16 |
# File 'lib/omniauth/strategies/epic_games.rb', line 14 def request_phase super end |