File manager - Edit - /home/autoph/public_html/projects/tickets-autohub/vendor/laravel/passport/src/Events/RefreshTokenCreated.php
Back
<?php namespace Laravel\Passport\Events; class RefreshTokenCreated { /** * The newly created refresh token ID. * * @var string */ public $refreshTokenId; /** * The access token ID. * * @var string */ public $accessTokenId; /** * Create a new event instance. * * @param string $refreshTokenId * @param string $accessTokenId * @return void */ public function __construct($refreshTokenId, $accessTokenId) { $this->accessTokenId = $accessTokenId; $this->refreshTokenId = $refreshTokenId; } }
| ver. 1.4 |
.
| PHP 8.1.32 | Generation time: 0.05 |
proxy
|
phpinfo
|
Settings