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

	$this->oauthEntity->addScope(array(
		'wl.emails',
		'wl.imap',
		'wl.offline_access',
	));
}