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 7cf645f commit b354d19Copy full SHA for b354d19
security/access_token.rst
@@ -90,7 +90,7 @@ This handler must implement
90
) {
91
}
92
93
- public function getUserIdentifierFrom(string $token): string
+ public function getUserBadgeFrom(string $accessToken): UserBadge
94
{
95
// e.g. query the "access token" database to search for this token
96
$accessToken = $this->repository->findOneByValue($token);
0 commit comments