File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -420,10 +420,10 @@ Each authenticator needs the following methods:
420
420
421
421
**createAuthenticatedToken(UserInterface $user, string $providerKey) **
422
422
If you are implementing the :class: `Symfony\\ Component\\ Security\\ Guard\\ GuardAuthenticatorInterface `
423
- Method instead of extending the :class: `Symfony\\ Component\\ Security\\ Guard\\ AbstractGuardAuthenticator `,
423
+ instead of extending the :class: `Symfony\\ Component\\ Security\\ Guard\\ AbstractGuardAuthenticator `,
424
424
you have to implement this method. This method will be called
425
425
after a successful authentication to create and return the token
426
- for the user, which was supplied as the first argument.
426
+ for the user, who was supplied as the first argument.
427
427
428
428
.. _guard-customize-error :
429
429
You can’t perform that action at this time.
0 commit comments