Class: Lcms::Engine::Admin::GoogleOauth2Controller
- Inherits:
-
AdminController
- Object
- ActionController::Base
- Lcms::Engine::ApplicationController
- AdminController
- Lcms::Engine::Admin::GoogleOauth2Controller
- Defined in:
- app/controllers/lcms/engine/admin/google_oauth2_controller.rb
Instance Method Summary collapse
Methods inherited from AdminController
document_path, engine_klass, host_engine_path, material_path, root_path, settings, #whoami
Instance Method Details
#callback ⇒ Object
9 10 11 |
# File 'app/controllers/lcms/engine/admin/google_oauth2_controller.rb', line 9 def callback redirect_to Google::Auth::WebUserAuthorizer.handle_auth_callback_deferred(request) end |