Class: OmniAuth::Strategies::Mesosphere
- Inherits:
-
OAuth2
- Object
- OAuth2
- OmniAuth::Strategies::Mesosphere
- Defined in:
- lib/omniauth/strategies/mesosphere.rb
Constant Summary collapse
- BASE_URL =
"https://accounts.mesosphere.com"
Instance Method Summary collapse
Instance Method Details
#raw_info ⇒ Object
37 38 39 |
# File 'lib/omniauth/strategies/mesosphere.rb', line 37 def raw_info @raw_info ||= access_token.get('/api/v1/user').parsed end |