Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
authproviderinterface.php
1<?php
9namespace Bitrix\Rest;
10
11
13{
14 public function authorizeClient($clientId, $userId, $state = '');
15 public function get($clientId, $scope, $additionalParams, $userId);
16}
authorizeClient($clientId, $userId, $state='')