[ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 230 lines (5 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Redis:: (13 methods):
__construct()
retrieveAccessToken()
storeAccessToken()
hasAccessToken()
clearToken()
clearAllTokens()
retrieveAuthorizationState()
storeAuthorizationState()
hasAuthorizationState()
clearAuthorizationState()
clearAllAuthorizationStates()
getRedis()
getKey()
__construct(Predis $redis, $key, $stateKey) X-Ref |
param: Predis $redis An instantiated and connected redis client param: string $key The key to store the token under in redis param: string $stateKey The key to store the state under in redis. |
retrieveAccessToken($service) X-Ref |
{@inheritDoc} |
storeAccessToken($service, TokenInterface $token) X-Ref |
{@inheritDoc} |
hasAccessToken($service) X-Ref |
{@inheritDoc} |
clearToken($service) X-Ref |
{@inheritDoc} |
clearAllTokens() X-Ref |
{@inheritDoc} |
retrieveAuthorizationState($service) X-Ref |
No description |
storeAuthorizationState($service, $state) X-Ref |
{@inheritDoc} |
hasAuthorizationState($service) X-Ref |
{@inheritDoc} |
clearAuthorizationState($service) X-Ref |
{@inheritDoc} |
clearAllAuthorizationStates() X-Ref |
{@inheritDoc} |
getRedis() X-Ref |
No description |
getKey() X-Ref |
return: string $key |
Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |