create auth tokeizer interface
This commit is contained in:
parent
814346437a
commit
b23b939e9a
1 changed files with 8 additions and 0 deletions
8
src/Module/Auth/AuthTokenizer.php
Normal file
8
src/Module/Auth/AuthTokenizer.php
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
|
||||
namespace Yisroel\DigiWill\Module\Auth;
|
||||
|
||||
interface AuthTokenizer
|
||||
{
|
||||
public function generateToken(): string;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue