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

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

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

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

const AUTH_TYPE = 'sessionauth'
 

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

static requireHttpAuth ()
 
static checkHttpAuth ()
 
static checkCookieAuth ()
 

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

static $authQueryParams
 

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

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

Методы

◆ checkCookieAuth()

static checkCookieAuth ( )
staticprotected

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

◆ checkHttpAuth()

static checkHttpAuth ( )
staticprotected

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

◆ isAccessAllowed()

static isAccessAllowed ( )
static

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

◆ onRestCheckAuth()

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

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

◆ requireHttpAuth()

static requireHttpAuth ( )
staticprotected

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

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

◆ $authQueryParams

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

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

◆ AUTH_TYPE

const AUTH_TYPE = 'sessionauth'

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