1C-Bitrix 25.700.0
|
Открытые члены | |
getCurrentUser () | |
getCurrentUserFriends ($limit, &$next) | |
Открытые члены унаследованные от CGoogleOAuthInterface | |
__construct ($appID=false, $appSecret=false, $code=false) | |
addScope ($scope) | |
removeScope (string $scope) | |
getScopeEncode () | |
getResult () | |
getError () | |
GetAuthUrl ($redirect_uri, $state='', $apiKey='') | |
setIdTokenAuth (string $tokenId) | |
GetAccessToken ($redirect_uri=false) | |
GetCurrentUser () | |
GetAppInfo () | |
GetCurrentUserFriends ($limit, &$next) | |
getNewAccessToken ($refreshToken=false, $userId=0, $save=false) | |
getRedirectUri () | |
Открытые члены унаследованные от CSocServOAuthTransport | |
getAppID () | |
getAppSecret () | |
getAccessTokenExpires () | |
setAccessTokenExpires ($accessTokenExpires) | |
getToken () | |
setToken ($access_token) | |
setRefreshToken ($refresh_token) | |
getRefreshToken () | |
setScope ($scope) | |
getScope () | |
setCode ($code) | |
setUser ($userId) | |
deleteStorageTokens () | |
checkAccessToken () |
Поля данных | |
const | SERVICE_ID = "GooglePlusOAuth" |
const | PROFILE_URL = 'https://www.googleapis.com/plus/v1/people/me' |
const | FRIENDS_URL = 'https://www.googleapis.com/plus/v1/people/me/people/visible' |
const | FRIENDS_FIELDS = 'items(displayName,emails,gender,id,image,name,nickname),nextPageToken,title,totalItems' |
Поля данных унаследованные от CGoogleOAuthInterface | |
const | SERVICE_ID = "GoogleOAuth" |
const | CERTS_URL = "https://www.googleapis.com/oauth2/v3/certs" |
const | JWT_ALG = ["RS256"] |
const | AUTH_URL = "https://accounts.google.com/o/oauth2/auth" |
const | TOKEN_URL = "https://accounts.google.com/o/oauth2/token" |
const | CONTACTS_URL = "https://www.googleapis.com/oauth2/v1/userinfo" |
const | FRIENDS_URL = "https://www.google.com/m8/feeds/contacts/default/full" |
const | TOKENINFO_URL = "https://www.googleapis.com/oauth2/v2/tokeninfo" |
const | REDIRECT_URI = "/bitrix/tools/oauth/google.php" |
Поля данных унаследованные от CSocServOAuthTransport | |
const | SERVICE_ID = "generic" |
Защищенные члены | |
query ($url) | |
Защищенные члены унаследованные от CGoogleOAuthInterface | |
getOptionNameForScopes () | |
checkSavedScope () | |
saveScope () | |
Защищенные члены унаследованные от CSocServOAuthTransport | |
getStorageTokens () | |
getDecodedJson ($url, $postData=null) |
Защищенные данные | |
$standardScope | |
Защищенные данные унаследованные от CGoogleOAuthInterface | |
$standardScope | |
$scope = array() | |
$arResult = array() | |
string | $idTokenAuth = null |
array | $fetchedPublicKeys = null |
Защищенные данные унаследованные от CSocServOAuthTransport | |
$appID | |
$appSecret | |
$code = false | |
$access_token = false | |
$accessTokenExpires = 0 | |
$refresh_token = '' | |
$scope = array() | |
$userId |
См. определение в файле googleplus.php строка 68
getCurrentUser | ( | ) |
См. определение в файле googleplus.php строка 82
getCurrentUserFriends | ( | $limit, | |
& | $next ) |
См. определение в файле googleplus.php строка 87
|
protected |
См. определение в файле googleplus.php строка 113
|
protected |
См. определение в файле googleplus.php строка 77
const FRIENDS_FIELDS = 'items(displayName,emails,gender,id,image,name,nickname),nextPageToken,title,totalItems' |
См. определение в файле googleplus.php строка 75
const FRIENDS_URL = 'https://www.googleapis.com/plus/v1/people/me/people/visible' |
См. определение в файле googleplus.php строка 73
const PROFILE_URL = 'https://www.googleapis.com/plus/v1/people/me' |
См. определение в файле googleplus.php строка 72
const SERVICE_ID = "GooglePlusOAuth" |
См. определение в файле googleplus.php строка 70