Method | Description | |
---|---|---|
authenticate ( Imbo\EventManager\EventInterface $event ) | ||
getSubscribedEvents ( ) |
Method | Description | |
---|---|---|
signatureIsValid ( string $httpMethod, string $url, string $publicKey, array $privateKey, string $timestamp, string $signature ) : boolean | Check if the signature is valid | |
timestampHasExpired ( string $timestamp ) : boolean | Check if the timestamp has expired | |
timestampIsValid ( string $timestamp ) : boolean | Check if the format of the timestamp is valid |
public authenticate ( Imbo\EventManager\EventInterface $event ) | ||
$event | Imbo\EventManager\EventInterface |