См. определение в файле auth.php строка 21
◆ authorizeClient()
static authorizeClient |
( |
| $clientId, |
|
|
| $userId, |
|
|
| $state = '' ) |
|
static |
◆ check()
static check |
( |
| $accessToken | ) |
|
|
staticprotected |
◆ get()
static get |
( |
| $clientId, |
|
|
| $scope, |
|
|
| $additionalParams, |
|
|
| $userId ) |
|
static |
◆ getAuthKey()
static getAuthKey |
( |
array | $query | ) |
|
|
static |
◆ getStorage()
- Возвращает
- AuthStorageInterface
См. определение в файле auth.php строка 292
◆ getTokenParams()
static getTokenParams |
( |
| $additionalParams, |
|
|
| $userId ) |
|
staticprotected |
◆ onRestCheckAuth()
static onRestCheckAuth |
( |
array | $query, |
|
|
| $scope, |
|
|
& | $res ) |
|
static |
◆ setStorage()
- Аргументы
-
AuthStorageInterface | $storage | |
См. определение в файле auth.php строка 305
◆ storeRegisteredAuth()
static storeRegisteredAuth |
( |
array | $tokenInfo | ) |
|
|
static |
◆ updateTokenParameters()
static updateTokenParameters |
( |
| $tokenInfo | ) |
|
|
static |
◆ $authQueryAdditional
Инициализатор= array(
'auth_connector'
)
См. определение в файле auth.php строка 40
◆ $authQueryParams
Инициализатор= array(
'auth', 'access_token'
)
См. определение в файле auth.php строка 36
◆ $storage
◆ AUTH_TYPE
const AUTH_TYPE = 'oauth' |
◆ CACHE_PREFIX
const CACHE_PREFIX = "oauth_" |
◆ CACHE_TTL
◆ PARAM_LOCAL_USER
const PARAM_LOCAL_USER = 'LOCAL_USER' |
◆ PARAM_TZ_OFFSET
const PARAM_TZ_OFFSET = 'TZ_OFFSET' |