class OmniAuth::Strategies::Webex

Public Instance Methods

callback_url() click to toggle source
# File lib/omniauth/strategies/webex.rb, line 27
def callback_url
  full_host + script_name + callback_path
end
raw_info() click to toggle source
# File lib/omniauth/strategies/webex.rb, line 31
def raw_info
  @raw_info ||= access_token.get("v1/people/me").parsed || {}
end