class OmniAuth::Strategies::Krystal

Public Instance Methods

callback_url() click to toggle source
# File lib/omniauth/strategies/krystal.rb, line 38
def callback_url
  full_host + script_name + callback_path
end
raw_info() click to toggle source
# File lib/omniauth/strategies/krystal.rb, line 42
def raw_info
  @raw_info ||= access_token.get('user').parsed
end
scope() click to toggle source
# File lib/omniauth/strategies/krystal.rb, line 34
def scope
  access_token['scope']
end