| Class | OmniAuth::Strategies::GoogleOauth2 |
| In: |
lib/omniauth/strategies/google_oauth2.rb
|
| Parent: | OmniAuth::Strategies::OAuth2 |
| BASE_SCOPE_URL | = | "https://www.googleapis.com/auth/" |
| BASE_SCOPES | = | %w[profile email openid] |
| DEFAULT_SCOPE | = | "email,profile" |