StorageCache
implements
AuthStorageInterface
Table of Contents
Interfaces
- AuthStorageInterface
Constants
-
CACHE_PREFIX
= "oauth_"
-
CACHE_TTL
= 3600
Methods
-
restore()
: mixed
-
rewrite()
: mixed
-
store()
: mixed
CACHE_PREFIX
public
mixed
CACHE_PREFIX
= "oauth_"
CACHE_TTL
public
mixed
CACHE_TTL
= 3600
restore()
public
restore(mixed $accessToken) : mixed
Parameters
-
$accessToken
: mixed
-
rewrite()
public
rewrite(array<string|int, mixed> $authResult) : mixed
Parameters
-
$authResult
: array<string|int, mixed>
-
store()
public
store(array<string|int, mixed> $authResult) : mixed
Parameters
-
$authResult
: array<string|int, mixed>
-