class OmniAuth::Strategies::Edumall

Constants

EDUMALL_SSO_URL

CUSTOM_PROVIDER_URL = 'accounts.edumall.vn'

Public Instance Methods

raw_info() click to toggle source
# File lib/omniauth/strategies/edumall.rb, line 31
def raw_info
  @raw_info ||= access_token.get("/auth/sso/user.json?oauth_token=#{access_token.token}").parsed
end