PHP Class fkooman\RemoteStorage\DbTokenValidator

Inheritance: implements fkooman\Rest\Plugin\Authentication\Bearer\ValidatorInterface
Datei anzeigen Open project: fkooman/php-remote-storage

Public Methods

Method Description
__construct ( PDO $db, $prefix = '' )
validate ( $bearerToken ) : fkooman\Rest\Plugin\Authentication\Bearer\TokenInfo

Method Details

__construct() public method

public __construct ( PDO $db, $prefix = '' )
$db PDO

validate() public method

public validate ( $bearerToken ) : fkooman\Rest\Plugin\Authentication\Bearer\TokenInfo
return fkooman\Rest\Plugin\Authentication\Bearer\TokenInfo