mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-15 17:56:14 +05:30
Added UserEntityInterface
This commit is contained in:
parent
61ab070692
commit
e88d802918
12
src/Entities/Interfaces/UserEntityInterface.php
Normal file
12
src/Entities/Interfaces/UserEntityInterface.php
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace League\OAuth2\Server\Entities\Interfaces;
|
||||||
|
|
||||||
|
interface UserEntityInterface
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* Return the user's identifier
|
||||||
|
* @return mixed
|
||||||
|
*/
|
||||||
|
public function getIdentifier();
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user