We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
use
1 parent 9e11eea commit 3e95b3eCopy full SHA for 3e95b3e
security/custom_authenticator.rst
@@ -261,6 +261,7 @@ The following credential classes are supported by default:
261
:class:`Symfony\\Component\\Security\\Http\\Authenticator\\Passport\\Credentials\\CustomCredentials`
262
Allows a custom closure to check credentials::
263
264
+ use Symfony\Component\Security\Core\User\UserInterface;
265
use Symfony\Component\Security\Http\Authenticator\Passport\Credentials\CustomCredentials;
266
267
// ...
0 commit comments