Class: OmniAuth::Strategies::Pls
- Inherits:
-
OAuth2
- Object
- OAuth2
- OmniAuth::Strategies::Pls
- Defined in:
- lib/omniauth/strategies/pls.rb
Instance Method Summary collapse
Instance Method Details
#raw_info ⇒ Object
25 26 27 |
# File 'lib/omniauth/strategies/pls.rb', line 25 def raw_info @raw_info ||= {} end |
#request_phase ⇒ Object
29 30 31 32 |
# File 'lib/omniauth/strategies/pls.rb', line 29 def request_phase .request_params ||= {} super end |