<?php
namespace Laravel\Passport\Bridge;
use League\OAuth2\Server\Entities\RefreshTokenEntityInterface;
use League\OAuth2\Server\Entities\Traits\EntityTrait;
use League\OAuth2\Server\Entities\Traits\RefreshTokenTrait;
class RefreshToken implements RefreshTokenEntityInterface
{
use EntityTrait, RefreshTokenTrait;
}
For code examples and implementation guides, please refer to the “Examples” section on our developer portal. Go to GitHub Repository