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.
1 parent b2f20f4 commit cb3abf3Copy full SHA for cb3abf3
security/guard_authentication.rst
@@ -420,7 +420,7 @@ Each authenticator needs the following methods:
420
421
**createAuthenticatedToken(UserInterface $user, string $providerKey)**
422
If you are implementing the :class:`Symfony\\Component\\Security\\Guard\\GuardAuthenticatorInterface`
423
- class instead of extending the :class:`Symfony\\Component\\Security\\Guard\\AbstractGuardAuthenticator`
+ instead of extending the :class:`Symfony\\Component\\Security\\Guard\\AbstractGuardAuthenticator`
424
class, you have to implement this method. This method will be called
425
after a successful authentication to create and return the token
426
for the user, who was supplied as the first argument.
0 commit comments