class OmniAuth::Strategies::Hotmart

Public Instance Methods

raw_info() click to toggle source
# File lib/omniauth/strategies/hotmart.rb, line 46
def raw_info
  access_token.options[:mode] = :body
  access_token.options[:param_name] = :access_token 
  @raw_info ||= access_token.post('/user_info').parsed['UserInfoResponse']
end