Your IP : 172.71.120.4


Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/modules/rest/lib/
Upload File :
Current File : /var/www/element/data/www/revenuestory.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);
}