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

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

static authorizeClient ($clientId, $userId, $state='')
 
static get ($clientId, $scope, $additionalParams, $userId)
 
static storeRegisteredAuth (array $tokenInfo)
 
static onRestCheckAuth (array $query, $scope, &$res)
 
static getAuthKey (array $query)
 
static updateTokenParameters ($tokenInfo)
 
static getStorage ()
 
static setStorage (AuthStorageInterface $storage)
 

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

const AUTH_TYPE = 'oauth'
 
const CACHE_TTL = 3600
 
const CACHE_PREFIX = "oauth_"
 
const PARAM_LOCAL_USER = 'LOCAL_USER'
 
const PARAM_TZ_OFFSET = 'TZ_OFFSET'
 

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

static check ($accessToken)
 
static getTokenParams ($additionalParams, $userId)
 

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

static $storage = null
 
static $authQueryParams
 
static $authQueryAdditional
 

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

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

Методы

◆ authorizeClient()

static authorizeClient ( $clientId,
$userId,
$state = '' )
static

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

◆ check()

static check ( $accessToken)
staticprotected

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

◆ get()

static get ( $clientId,
$scope,
$additionalParams,
$userId )
static

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

◆ getAuthKey()

static getAuthKey ( array $query)
static

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

◆ getStorage()

static getStorage ( )
static
Возвращает
AuthStorageInterface

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

◆ getTokenParams()

static getTokenParams ( $additionalParams,
$userId )
staticprotected

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

◆ onRestCheckAuth()

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

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

◆ setStorage()

static setStorage ( AuthStorageInterface $storage)
static
Аргументы
AuthStorageInterface$storage

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

◆ storeRegisteredAuth()

static storeRegisteredAuth ( array $tokenInfo)
static

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

◆ updateTokenParameters()

static updateTokenParameters ( $tokenInfo)
static

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

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

◆ $authQueryAdditional

$authQueryAdditional
staticprotected
Инициализатор
= array(
'auth_connector'
)

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

◆ $authQueryParams

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

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

◆ $storage

$storage = null
staticprotected

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

◆ AUTH_TYPE

const AUTH_TYPE = 'oauth'

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

◆ CACHE_PREFIX

const CACHE_PREFIX = "oauth_"

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

◆ CACHE_TTL

const CACHE_TTL = 3600

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

◆ PARAM_LOCAL_USER

const PARAM_LOCAL_USER = 'LOCAL_USER'

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

◆ PARAM_TZ_OFFSET

const PARAM_TZ_OFFSET = 'TZ_OFFSET'

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