phpDocumentor

HubAuthStorageInterface

Interface HubSessionKeyRepositoryInterface

Tags
category

System

subpackage

Interfaces

Table of Contents

removeAuthHashFile()  : HubAuthStorageInterface
Remove authentication hash file from filesystem.
verifyAuthHashFile()  : bool
Verify that an authentication hash file exists in the cache directory.

Methods

removeAuthHashFile()

Remove authentication hash file from filesystem.

public removeAuthHashFile(AuthHash $authHash) : HubAuthStorageInterface
Parameters
$authHash : AuthHash

The authentication hash to be removed.

Tags
throws
InvalidArgumentException

If the authentication file does not exist.

Return values
HubAuthStorageInterface

Returns same instance for chained method calls.

verifyAuthHashFile()

Verify that an authentication hash file exists in the cache directory.

public verifyAuthHashFile(AuthHash $authHash) : bool
Parameters
$authHash : AuthHash

The authentication hash to be verified.

Return values
bool

Returns the verification result.

Search results