Class OmniAuth::Strategies::GoogleOAuth2
In: lib/omniauth/strategies/google_oauth2.rb
Parent: OAuth2

OAuth 2.0 based authentication with Google.

Methods

Public Class methods

@param [Rack Application] app standard middleware application argument @param [String] client_id the application ID for your client @param [String] client_secret the application secret @option options [String] :scope (‘www.googleapis.com/auth/userinfo.email’) space-separated services that you need.

Public Instance methods

[Validate]