Полный список членов класса OAuth, включая наследуемые из базового класса
$oauthEntity | OAuth | protected |
$publicUserData | OAuth | protected |
$service | OAuth | protected |
$storedUid | OAuth | protected |
buildMeta() | OAuth | |
fetchStoredToken() | OAuth | protected |
getAccessToken($code=null) | OAuth | |
getInstance($service=null) | OAuth | static |
getInstanceByMeta($meta) | OAuth | static |
getKnownServices() | OAuth | static |
getOAuthEntity() | OAuth | |
getPublicUserData() | OAuth | |
getRedirect(bool $final=true) | OAuth | |
getServiceName() | OAuth | static |
getStoredToken($uid=null, int $expireGapSeconds=10) | OAuth | |
getStoredUid() | OAuth | |
getTokenByMeta($meta, int $expireGapSeconds=10) | OAuth | static |
getUrl() | OAuth | |
getUserData($secure=true) | OAuth | |
getUserDataByMeta($meta, $secure=true) | OAuth | static |
handleResponse(array $state, $context=self::WEB_TYPE) | OAuth | |
mapUserData(array $userData) | OAuth | protected |
MOBILE_TYPE | OAuth | |
parseMeta($meta) | OAuth | static |
saveResponse($state) | OAuth | |
setPublicUserData(UserData $userData) | OAuth | protected |
WEB_TYPE | OAuth |