|
1C-Bitrix 25.700.0
|
Открытые члены | |
| __construct ($appID, $appSecret, $portalURI, $code=false) | |
| getMemberId () | |
| GetAuthUrl ($redirect_uri, $state='') | |
| GetAccessToken ($redirect_uri) | |
| getNewAccessToken ($refreshToken, $userId=0, $save=false, $scope=array()) | |
| saveDataDB () | |
| getSignatureKey () | |
| Открытые члены унаследованные от CSocServOAuthTransport | |
| __construct ($appID, $appSecret, $code=false) | |
| 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 () | |
| getResult () | |
Поля данных | |
| const | SERVICE_ID = 'Bitrix24OAuth' |
| Поля данных унаследованные от CSocServOAuthTransport | |
| const | SERVICE_ID = "generic" |
Защищенные данные | |
| $appID | |
| $appSecret | |
| $code = false | |
| $access_token = false | |
| $member_id = false | |
| $signatureKey = false | |
| $accessTokenExpires = 0 | |
| $refresh_token = '' | |
| $portalURI = '' | |
| $scope = array() | |
| Защищенные данные унаследованные от CSocServOAuthTransport | |
| $appID | |
| $appSecret | |
| $code = false | |
| $access_token = false | |
| $accessTokenExpires = 0 | |
| $refresh_token = '' | |
| $scope = array() | |
| $userId | |
Дополнительные унаследованные члены | |
| Защищенные члены унаследованные от CSocServOAuthTransport | |
| getStorageTokens () | |
| getDecodedJson ($url, $postData=null) | |
См. определение в файле bitrix24.php строка 175
| __construct | ( | $appID, | |
| $appSecret, | |||
| $portalURI, | |||
| $code = false ) |
См. определение в файле bitrix24.php строка 192
| GetAccessToken | ( | $redirect_uri | ) |
См. определение в файле bitrix24.php строка 214
| GetAuthUrl | ( | $redirect_uri, | |
| $state = '' ) |
См. определение в файле bitrix24.php строка 204
| getMemberId | ( | ) |
См. определение в файле bitrix24.php строка 199
См. определение в файле bitrix24.php строка 251
| getSignatureKey | ( | ) |
См. определение в файле bitrix24.php строка 345
| saveDataDB | ( | ) |
См. определение в файле bitrix24.php строка 300
|
protected |
См. определение в файле bitrix24.php строка 182
|
protected |
См. определение в файле bitrix24.php строка 187
|
protected |
См. определение в файле bitrix24.php строка 179
|
protected |
См. определение в файле bitrix24.php строка 180
|
protected |
См. определение в файле bitrix24.php строка 181
|
protected |
См. определение в файле bitrix24.php строка 183
|
protected |
См. определение в файле bitrix24.php строка 189
|
protected |
См. определение в файле bitrix24.php строка 188
|
protected |
См. определение в файле bitrix24.php строка 190
|
protected |
См. определение в файле bitrix24.php строка 185
| const SERVICE_ID = 'Bitrix24OAuth' |
См. определение в файле bitrix24.php строка 177