We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
use
2 parents 01af2b2 + 3e95b3e commit 2659c6aCopy full SHA for 2659c6a
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