/home/techb158/dev.balacoffee.com/vendor/league/oauth2-server/src/Entities
NameSizeModeActions
Traits/-0755rm
AccessTokenEntityInterface.php5990644editdlrm
AuthCodeEntityInterface.php4820644editdlrm
ClientEntityInterface.php8700644editdlrm
RefreshTokenEntityInterface.php13130644editdlrm
ScopeEntityInterface.php4550644editdlrm
TokenInterface.php18810644editdlrm
UserEntityInterface.php4070644editdlrm
Edit: /home/techb158/dev.balacoffee.com/vendor/league/oauth2-server/src/Entities/UserEntityInterface.php (407B)
* @copyright Copyright (c) Alex Bilbie * @license http://mit-license.org/ * * @link https://github.com/thephpleague/oauth2-server */ namespace League\OAuth2\Server\Entities; interface UserEntityInterface { /** * Return the user's identifier. * * @return mixed */ public function getIdentifier(); }