1C-Bitrix 25.700.0
|
Открытые члены | |
__construct ($appID=false, $appSecret=false, $code=false) | |
getResult () | |
getError () | |
Открытые члены унаследованные от CSocServOAuthTransport | |
getAppID () | |
getAppSecret () | |
getAccessTokenExpires () | |
setAccessTokenExpires ($accessTokenExpires) | |
getToken () | |
setToken ($access_token) | |
setRefreshToken ($refresh_token) | |
getRefreshToken () | |
removeScope (string $scope) | |
addScope ($scope) | |
setScope ($scope) | |
getScope () | |
getScopeEncode () | |
setCode ($code) | |
setUser ($userId) | |
deleteStorageTokens () | |
checkAccessToken () |
Поля данных | |
const | SERVICE_ID = "bitrixgeneric" |
const | AUTH_URL = "/oauth/authorize/" |
const | TOKEN_URL = "/oauth/token/" |
const | URL = '' |
Поля данных унаследованные от CSocServOAuthTransport | |
const | SERVICE_ID = "generic" |
Защищенные данные | |
$scope = array() | |
$authResult = array() | |
Защищенные данные унаследованные от CSocServOAuthTransport | |
$appID | |
$appSecret | |
$code = false | |
$access_token = false | |
$accessTokenExpires = 0 | |
$refresh_token = '' | |
$scope = array() | |
$userId |
Дополнительные унаследованные члены | |
Защищенные члены унаследованные от CSocServOAuthTransport | |
getStorageTokens () | |
getDecodedJson ($url, $postData=null) |
См. определение в файле bitrixservice.php строка 5
Переопределяет метод предка CSocServOAuthTransport.
Переопределяется в CBitrixSeoOAuthInterface.
См. определение в файле bitrixservice.php строка 18
getError | ( | ) |
См. определение в файле bitrixservice.php строка 28
getResult | ( | ) |
Переопределяет метод предка CSocServOAuthTransport.
См. определение в файле bitrixservice.php строка 23
|
protected |
См. определение в файле bitrixservice.php строка 16
|
protected |
См. определение в файле bitrixservice.php строка 14
const AUTH_URL = "/oauth/authorize/" |
См. определение в файле bitrixservice.php строка 9
const SERVICE_ID = "bitrixgeneric" |
См. определение в файле bitrixservice.php строка 7
const TOKEN_URL = "/oauth/token/" |
См. определение в файле bitrixservice.php строка 10
const URL = '' |
См. определение в файле bitrixservice.php строка 12