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
11
11
:class: `Symfony\\ Component\\ Security\\ Http\\ Authenticator\\ AuthenticatorInterface `.
12
12
You can also extend
13
13
: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 () ``
15
15
method that fits most use-cases::
16
16
17
17
// src/Security/ApiKeyAuthenticator.php
@@ -347,7 +347,7 @@ would initialize the passport like this::
347
347
Besides badges, passports can define attributes, which allows the
348
348
``authenticate() `` method to store arbitrary information in the
349
349
passport to access it from other authenticator methods (e.g.
350
- ``createAuthenticatedToken () ``)::
350
+ ``createToken () ``)::
351
351
352
352
// ...
353
353
use Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge;
You can’t perform that action at this time.
0 commit comments