Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
authstorageinterface.php
1
<?php
2
namespace
Bitrix\Rest
;
3
4
5
interface
AuthStorageInterface
6
{
7
public
function
store
(array $authResult);
8
public
function
rewrite
(array $authResult);
9
public
function
restore
($accessToken);
10
}
Bitrix\Rest\AuthStorageInterface
Definition
authstorageinterface.php:6
Bitrix\Rest\AuthStorageInterface\store
store(array $authResult)
Bitrix\Rest\AuthStorageInterface\restore
restore($accessToken)
Bitrix\Rest\AuthStorageInterface\rewrite
rewrite(array $authResult)
Bitrix\Rest
Definition
accessexception.php:2
modules
rest
lib
authstorageinterface.php
Создано системой
1.10.0