OmniAuth::Strategies::OAuth2
# File lib/omniauth/strategies/google_oauth2.rb, line 68 def custom_build_access_token if verify_token(request.params['id_token'], request.params['access_token']) ::OAuth2::AccessToken.from_hash(client, request.params.dup) else orig_build_access_token end end
Generated with the Darkfish Rdoc Generator 2.