File manager - Edit - /home/autoph/public_html/projects/api/vendor/pecee/simple-router/src/Pecee/Http/Security/ITokenProvider.php
Back
<?php namespace Pecee\Http\Security; interface ITokenProvider { /** * Refresh existing token */ public function refresh(): void; /** * Validate valid CSRF token * * @param string $token * @return bool */ public function validate(string $token): bool; /** * Get token token * * @param string|null $defaultValue * @return string|null */ public function getToken(?string $defaultValue = null): ?string; }
| ver. 1.4 |
.
| PHP 8.0.30 | Generation time: 0.04 |
proxy
|
phpinfo
|
Settings