• Модуль: mail
  • Путь к файлу: ~/bitrix/modules/mail/lib/helper/oauth.php
  • Класс: BitrixMailHelperOAuth
  • Вызов: OAuth::fetchStoredToken
protected function fetchStoredToken()
{
	return MailInternalsOAuthTable::getList(array(
		'filter' => array(
			'=UID' => $this->storedUid,
		),
		'order' => array(
			'ID' => 'DESC',
		),
	))->fetch();
}