%PDF- %PDF-
| Direktori : /proc/self/root/proc/10577/cwd/home/bitrix/www/bitrix/modules/rest/lib/ |
| Current File : //proc/self/root/proc/10577/cwd/home/bitrix/www/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);
}