Class OmniAuth::Strategies::Google
In: lib/omniauth/strategies/google.rb
Parent: OmniAuth::Strategies::OAuth

Authenticate to Google via OAuth and retrieve basic user information.

Usage:

   use OmniAuth::Strategies::Google, 'consumerkey', 'consumersecret'

Methods

Public Class methods

Public Instance methods

Monkeypatch OmniAuth to pass the scope in the consumer.get_request_token call

[Validate]