См. определение в файле yandexbase.php строка 15
◆ checkAuthExpired()
◆ clearSitesSettings()
◆ getAuth()
◆ getAuthUrl()
Returns URL to authorize app
- Возвращает
- string Url
См. определение в файле yandexbase.php строка 26
◆ getCurrentUser()
Returns current Yandex user data
- Возвращает
- array
- Исключения
-
SystemException | |
YandexException | |
Переопределяется в YandexDirect.
См. определение в файле yandexbase.php строка 109
◆ getInterface()
Creates OAuth interface object instance
- Возвращает
- \CYandexOAuthInterface
См. определение в файле yandexbase.php строка 36
◆ prepareQueryResult()
prepareQueryResult |
( |
array | $result | ) |
|
|
protected |
◆ query()
query |
( |
| $scope, |
|
|
| $method = "GET", |
|
|
| $data = null, |
|
|
| $skipRefreshAuth = false ) |
|
protected |
Returns HttpClient object with query result
- Аргументы
-
string | $scope | Url to call |
string | $method | HTTP method (GET/POST/PUT supported) |
array | null | $data | Post data |
bool | $skipRefreshAuth | Skip authorization refresh |
- Возвращает
- \Bitrix\Main\Web\HttpClient
- Исключения
-
Переопределяется в Yandex и YandexDirect.
См. определение в файле yandexbase.php строка 150
◆ setAuthSettings()
setAuthSettings |
( |
| $settings = null | ) |
|
◆ $engineId
$engineId = 'yandex_generic' |
|
protected |
◆ QUERY_USER
const QUERY_USER = 'https://login.yandex.ru/info' |