Class: Aven::Oauth::GoogleController
- Inherits:
-
BaseController
- Object
- ActionController::Base
- ApplicationController
- BaseController
- Aven::Oauth::GoogleController
- Defined in:
- app/controllers/aven/oauth/google_controller.rb
Constant Summary collapse
- AUTHORIZATION_URL =
"https://accounts.google.com/o/oauth2/v2/auth"- TOKEN_URL =
"https://www.googleapis.com/oauth2/v4/token"- USER_INFO_URL =
"https://www.googleapis.com/oauth2/v3/userinfo"- DEFAULT_SCOPE =
"openid email profile"
Method Summary
Methods inherited from BaseController
Methods inherited from ApplicationController
#current_workspace, #current_workspace=