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 @@ -11,7 +11,7 @@ Authenticators should implement the
1111:class: `Symfony\\ Component\\ Security\\ Http\\ Authenticator\\ AuthenticatorInterface `.
1212You can also extend
1313:class: `Symfony\\ Component\\ Security\\ Http\\ Authenticator\\ AbstractAuthenticator `,
14- which has a default implementation for the ``createAuthenticatedToken () ``
14+ which has a default implementation for the ``createToken () ``
1515method that fits most use-cases::
1616
1717 // src/Security/ApiKeyAuthenticator.php
@@ -347,7 +347,7 @@ would initialize the passport like this::
347347 Besides badges, passports can define attributes, which allows the
348348 ``authenticate() `` method to store arbitrary information in the
349349 passport to access it from other authenticator methods (e.g.
350- ``createAuthenticatedToken () ``)::
350+ ``createToken () ``)::
351351
352352 // ...
353353 use Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge;
You can’t perform that action at this time.
0 commit comments