Class: OmniAuth::Strategies::Yandex

Inherits:
OAuth2
  • Object
show all
Defined in:
lib/omniauth/strategies/yandex.rb

Overview

Authenticate to Yandex.ru utilizing OAuth 2.0 api.yandex.ru/oauth/

Instance Method Summary collapse

Instance Method Details

#callback_urlObject



33
34
35
36
37
38
39
# File 'lib/omniauth/strategies/yandex.rb', line 33

def callback_url
  if options.authorize_options.respond_to? :callback_url
    options.authorize_options.callback_url
  else
    super
  end
end