• Модуль: mail
  • Путь к файлу: ~/bitrix/modules/mail/lib/helper/oauth.php
  • Класс: BitrixMailHelperOAuth
  • Вызов: OAuth::getKnownServices
static function getKnownServices()
{
	static $knownServices;

	if (is_null($knownServices))
	{
		$knownServices = [
			OAuthGoogle::getServiceName(),
			OAuthLiveId::getServiceName(),
			OAuthYandex::getServiceName(),
			OAuthMailru::getServiceName(),
			OAuthOffice365::getServiceName(),
		];
	}

	return $knownServices;
}