*/ interface TokenExtractorInterface { /** * @return string|false */ public function extract(Request $request); }