Your IP : 52.14.110.186


Current Path : /var/www/www-root/data/www/info.monolith-realty.ru/bitrix/modules/rest/lib/
Upload File :
Current File : /var/www/www-root/data/www/info.monolith-realty.ru/bitrix/modules/rest/lib/authstorageinterface.php

<?php
namespace Bitrix\Rest;


interface AuthStorageInterface
{
	public function store(array $authResult);
	public function rewrite(array $authResult);
	public function restore($accessToken);
}