config = $config; } /** * {@inheritdoc} */ public function get_auth_scope() { return array( 'userinfo_email', 'userinfo_profile', ); } /** * {@inheritdoc} */ public function get_service_credentials() { return array( 'key' => $this->config['auth_oauth_google_key'], 'secret' => $this->config['auth_oauth_google_secret'], ); } }