• Модуль: mail
  • Путь к файлу: ~/bitrix/modules/mail/lib/helper/oauth/liveid.php
  • Класс: BitrixMailHelperOAuthLiveIdInterface
  • Вызов: LiveIdInterface::getTokenData
public function getTokenData()
	{
		return array(
			'access_token' => $this->access_token,
			'refresh_token' => $this->refresh_token,
			'expires_in' => time() + $this->accessTokenExpires,
		);
	}