The start of something beautiful
This commit is contained in:
+18
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
namespace Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor;
|
||||
|
||||
use Symfony\Component\HttpFoundation\Request;
|
||||
|
||||
/**
|
||||
* TokenExtractorInterface.
|
||||
*
|
||||
* @author Nicolas Cabot <n.cabot@lexik.fr>
|
||||
*/
|
||||
interface TokenExtractorInterface
|
||||
{
|
||||
/**
|
||||
* @return string|false
|
||||
*/
|
||||
public function extract(Request $request);
|
||||
}
|
||||
Reference in New Issue
Block a user