| [ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 228 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: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |