Class: OmniAuth::Strategies::Mesosphere

Inherits:
OAuth2
  • Object
show all
Defined in:
lib/omniauth/strategies/mesosphere.rb

Constant Summary collapse

BASE_URL =
"https://accounts.mesosphere.com"

Instance Method Summary collapse

Instance Method Details

#raw_infoObject



37
38
39
# File 'lib/omniauth/strategies/mesosphere.rb', line 37

def raw_info
  @raw_info ||= access_token.get('/api/v1/user').parsed
end