Class: OmniAuth::Strategies::Redbooth

Inherits:
OAuth2
  • Object
show all
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_infoObject



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