[ Index ]

PHP Cross Reference of phpBB-3.3.11-deutsch

title

Body

[close]

/vendor/carlos-mg89/oauth/src/OAuth/Common/Storage/ -> Redis.php (summary)

(no description)

File Size: 228 lines (5 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Redis:: (13 methods):
  __construct()
  retrieveAccessToken()
  storeAccessToken()
  hasAccessToken()
  clearToken()
  clearAllTokens()
  retrieveAuthorizationState()
  storeAuthorizationState()
  hasAuthorizationState()
  clearAuthorizationState()
  clearAllAuthorizationStates()
  getRedis()
  getKey()


Class: Redis  - X-Ref

__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: Sat Nov 4 14:26:03 2023 Cross-referenced by PHPXref 0.7.1