mirror of
https://github.com/webmasterskaya/joomla-oauth-server.git
synced 2024-11-23 22:34:50 +03:00
php doc
This commit is contained in:
parent
2272fe1172
commit
1162b258fd
@ -15,11 +15,11 @@ use Joomla\Database\DatabaseDriver;
|
|||||||
\defined('_JEXEC') or die;
|
\defined('_JEXEC') or die;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @property int $id
|
* @property int $id
|
||||||
* @property string $identifier
|
* @property string $identifier
|
||||||
* @property \DateTimeImmutable|\DateTime|string $expiry
|
* @property \DateTimeInterface|string $expiry
|
||||||
* @property int $revoked
|
* @property int $revoked
|
||||||
* @property int|null $access_token_id
|
* @property int|null $access_token_id
|
||||||
*
|
*
|
||||||
* @since version
|
* @since version
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user