mini\CSRF::verify()
public
Documentation
Verify a token
Signature
public function verify(?string $token, float $maxAge = 86400.0): bool
Parameters
| Name | Type | Default |
|---|---|---|
$token
|
?string |
required |
$maxAge
|
float |
86400.0
|
Returns
bool