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 5872939 commit 554fc79Copy full SHA for 554fc79
security/authenticator_manager.rst
@@ -616,7 +616,7 @@ would initialize the passport like this::
616
return $passport;
617
}
618
619
- public function createAuthenticatedToken(Passport $passport, string $firewallName): TokenInterface
+ public function createToken(Passport $passport, string $firewallName): TokenInterface
620
{
621
// read the attribute value
622
return new CustomOauthToken($passport->getUser(), $passport->getAttribute('scope'));
0 commit comments