Class: OmniAuth::Strategies::Redbooth
- Inherits:
-
OAuth2
- Object
- OAuth2
- OmniAuth::Strategies::Redbooth
- Defined in:
- lib/omniauth/strategies/redbooth.rb
Overview
Constant Summary collapse
- REDBOOTH_URL =
'https://redbooth.com'.freeze
Instance Method Summary collapse
Instance Method Details
#raw_info ⇒ Object
30 31 32 33 |
# File 'lib/omniauth/strategies/redbooth.rb', line 30 def raw_info @raw_info ||= access_token.get("#{options[:client_options][:site]}/me").parsed end |