1C-Bitrix 25.700.0
|
Открытые члены | |
__construct ($appID=false, $appSecret=false, $code=false) | |
getAccessTokenExpires () | |
getAppID () | |
getAppSecret () | |
getToken () | |
setRefreshToken ($refresh_token) | |
setScope ($scope) | |
getScope () | |
addScope ($scope) | |
getScopeEncode () | |
GetAuthUrl ($redirect_uri, $state='') | |
GetAccessToken ($redirect_uri) | |
GetCurrentUser () | |
GetCurrentUserFriends ($limit=0, $offset=0) | |
getNewAccessToken ($refreshToken, $userId=0, $save=false) |
Поля данных | |
const | SERVICE_ID = "LiveIDOAuth" |
const | AUTH_URL = "https://login.live.com/oauth20_authorize.srf" |
const | TOKEN_URL = "https://login.live.com/oauth20_token.srf" |
const | CONTACTS_URL = "https://apis.live.net/v5.0/me/" |
const | FRIENDS_URL = "https://apis.live.net/v5.0/me/contacts/" |
Защищенные члены | |
deleteStorageTokens () |
Защищенные данные | |
$appID | |
$appSecret | |
$code = false | |
$access_token = false | |
$accessTokenExpires = 0 | |
$refresh_token = '' | |
$scope |
См. определение в файле liveidoauth.php строка 309
См. определение в файле liveidoauth.php строка 331
addScope | ( | $scope | ) |
См. определение в файле liveidoauth.php строка 387
|
protected |
См. определение в файле liveidoauth.php строка 573
GetAccessToken | ( | $redirect_uri | ) |
См. определение в файле liveidoauth.php строка 411
getAccessTokenExpires | ( | ) |
См. определение в файле liveidoauth.php строка 349
getAppID | ( | ) |
См. определение в файле liveidoauth.php строка 354
getAppSecret | ( | ) |
См. определение в файле liveidoauth.php строка 359
GetAuthUrl | ( | $redirect_uri, | |
$state = '' ) |
См. определение в файле liveidoauth.php строка 401
GetCurrentUser | ( | ) |
См. определение в файле liveidoauth.php строка 467
GetCurrentUserFriends | ( | $limit = 0, | |
$offset = 0 ) |
См. определение в файле liveidoauth.php строка 485
getNewAccessToken | ( | $refreshToken, | |
$userId = 0, | |||
$save = false ) |
См. определение в файле liveidoauth.php строка 531
getScope | ( | ) |
См. определение в файле liveidoauth.php строка 382
getScopeEncode | ( | ) |
См. определение в файле liveidoauth.php строка 396
getToken | ( | ) |
См. определение в файле liveidoauth.php строка 364
setRefreshToken | ( | $refresh_token | ) |
string | $refresh_token |
См. определение в файле liveidoauth.php строка 372
setScope | ( | $scope | ) |
См. определение в файле liveidoauth.php строка 377
|
protected |
См. определение в файле liveidoauth.php строка 321
|
protected |
См. определение в файле liveidoauth.php строка 322
|
protected |
См. определение в файле liveidoauth.php строка 318
|
protected |
См. определение в файле liveidoauth.php строка 319
|
protected |
См. определение в файле liveidoauth.php строка 320
|
protected |
См. определение в файле liveidoauth.php строка 323
|
protected |
См. определение в файле liveidoauth.php строка 324
const AUTH_URL = "https://login.live.com/oauth20_authorize.srf" |
См. определение в файле liveidoauth.php строка 313
const CONTACTS_URL = "https://apis.live.net/v5.0/me/" |
См. определение в файле liveidoauth.php строка 315
const FRIENDS_URL = "https://apis.live.net/v5.0/me/contacts/" |
См. определение в файле liveidoauth.php строка 316
const SERVICE_ID = "LiveIDOAuth" |
См. определение в файле liveidoauth.php строка 311
const TOKEN_URL = "https://login.live.com/oauth20_token.srf" |
См. определение в файле liveidoauth.php строка 314