Authenticate to Google via OAuth and retrieve basic user information.
Usage:
use OmniAuth::Strategies::Google, 'consumerkey', 'consumersecret'
Monkeypatch OmniAuth to pass the scope in the consumer.get_request_token call
[Validate]