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