| [ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 53 lines (1 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
TokenStorageInterface:: (5 methods):
retrieveAccessToken()
storeAccessToken()
hasAccessToken()
clearToken()
clearAllTokens()
Interface: TokenStorageInterface - X-Ref
All token storage providers must implement this interface.| retrieveAccessToken($service) X-Ref |
param: string $service return: TokenInterface |
| storeAccessToken($service, TokenInterface $token) X-Ref |
param: string $service param: TokenInterface $token return: TokenStorageInterface |
| hasAccessToken($service) X-Ref |
param: string $service return: bool |
| clearToken($service) X-Ref |
| Delete the users token. Aka, log out. param: string $service return: TokenStorageInterface |
| clearAllTokens() X-Ref |
| Delete *ALL* user tokens. Use with care. Most of the time you will likely want to use clearToken() instead. return: TokenStorageInterface |
| Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |