We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ece4bb commit 85fdbe1Copy full SHA for 85fdbe1
lib/omniauth/strategies/oauth2.rb
@@ -33,10 +33,6 @@ def client
33
::OAuth2::Client.new(options.client_id, options.client_secret, deep_symbolize(options.client_options))
34
end
35
36
- def callback_url
37
- full_host + script_name + callback_path
38
- end
39
-
40
credentials do
41
hash = {'token' => access_token.token}
42
hash.merge!('refresh_token' => access_token.refresh_token) if access_token.expires? && access_token.refresh_token
0 commit comments