• Модуль: mail
  • Путь к файлу: ~/bitrix/modules/mail/lib/helper/oauth/google.php
  • Класс: BitrixMailHelperOAuthGoogle
  • Вызов: Google::__construct
protected function __construct()
{
	$this->oauthEntity = new GoogleInterface;

	$this->oauthEntity->addScope(array(
		'email',
		'https://mail.google.com/',
	));
}