Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс GuestAuth

Открытые статические члены

static onRestCheckAuth (array $query, $scope, &$res)
 

Открытые атрибуты

const AUTH_TYPE = 'pull_guest'
 
const METHODS_WITHOUT_AUTH
 
const PULL_UID_PARAM = 'pull_guest_id'
 

Защищенные статические члены

static checkQueryMethod ($whiteListMethods)
 
static getSuccessfulResult ()
 

Статические защищенные данные

static $authQueryParams
 

Подробное описание

См. определение в файле guestauth.php строка 5

Методы

◆ checkQueryMethod()

static checkQueryMethod ( $whiteListMethods)
staticprotected

См. определение в файле guestauth.php строка 56

◆ getSuccessfulResult()

static getSuccessfulResult ( )
staticprotected

См. определение в файле guestauth.php строка 79

◆ onRestCheckAuth()

static onRestCheckAuth ( array $query,
$scope,
& $res )
static

См. определение в файле guestauth.php строка 21

Данные класса

◆ $authQueryParams

$authQueryParams
staticprotected
Инициализатор
= array(
'pull_guest_id',
)

См. определение в файле guestauth.php строка 17

◆ AUTH_TYPE

const AUTH_TYPE = 'pull_guest'

См. определение в файле guestauth.php строка 7

◆ METHODS_WITHOUT_AUTH

const METHODS_WITHOUT_AUTH
Инициализатор
= [
'server.time',
'pull.config.get',
]

См. определение в файле guestauth.php строка 9

◆ PULL_UID_PARAM

const PULL_UID_PARAM = 'pull_guest_id'

См. определение в файле guestauth.php строка 15