Your IP : 3.143.17.175


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

<?php
/**
 * Created by PhpStorm.
 * User: sigurd
 * Date: 19.02.18
 * Time: 16:33
 */

namespace Bitrix\Rest;


interface AuthProviderInterface
{
	public function authorizeClient($clientId, $userId, $state = '');
	public function get($clientId, $scope, $additionalParams, $userId);
}