|
1C-Bitrix 25.700.0
|
Открытые члены | |
| __construct ($appID=false, $appSecret=false, $code=false) | |
| GetAuthUrl ($redirect_uri, $state='') | |
| GetAccessToken ($redirect_uri) | |
| GetCurrentUser () | |
| Открытые члены унаследованные от 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 () | |
| getResult () | |
Открытые статические члены | |
| static | GetRedirectURI () |
Поля данных | |
| const | SERVICE_ID = "Dropbox" |
| const | AUTH_URL = "https://www.dropbox.com/oauth2/authorize" |
| const | TOKEN_URL = "https://www.dropbox.com/oauth2/token" |
| const | ACCOUNT_URL = "https://api.dropboxapi.com/2/users/get_current_account" |
| Поля данных унаследованные от CSocServOAuthTransport | |
| const | SERVICE_ID = "generic" |
Защищенные данные | |
| $oauthResult | |
| Защищенные данные унаследованные от CSocServOAuthTransport | |
| $appID | |
| $appSecret | |
| $code = false | |
| $access_token = false | |
| $accessTokenExpires = 0 | |
| $refresh_token = '' | |
| $scope = array() | |
| $userId | |
Дополнительные унаследованные члены | |
| Защищенные члены унаследованные от CSocServOAuthTransport | |
| getStorageTokens () | |
| getDecodedJson ($url, $postData=null) | |
См. определение в файле dropbox.php строка 273
Переопределяет метод предка CSocServOAuthTransport.
См. определение в файле dropbox.php строка 284
| GetAccessToken | ( | $redirect_uri | ) |
См. определение в файле dropbox.php строка 313
| GetAuthUrl | ( | $redirect_uri, | |
| $state = '' ) |
См. определение в файле dropbox.php строка 304
| GetCurrentUser | ( | ) |
См. определение в файле dropbox.php строка 362
|
static |
См. определение в файле dropbox.php строка 299
|
protected |
См. определение в файле dropbox.php строка 282
| const ACCOUNT_URL = "https://api.dropboxapi.com/2/users/get_current_account" |
См. определение в файле dropbox.php строка 280
| const AUTH_URL = "https://www.dropbox.com/oauth2/authorize" |
См. определение в файле dropbox.php строка 277
| const SERVICE_ID = "Dropbox" |
См. определение в файле dropbox.php строка 275
| const TOKEN_URL = "https://www.dropbox.com/oauth2/token" |
См. определение в файле dropbox.php строка 278