Method | Description | |
---|---|---|
exists ( string $key, string $signature ) : boolean | Checks persistence layer to see if a signature exists for the requester. | |
purge ( ) | Deletes any signature with an expiration date <= now | |
save ( string $key, string $signature, integer $expires ) | Saves a key, signature, and the signature's expiration date |