Skip to content

Commit b354d19

Browse files
Update security/access_token.rst
Co-authored-by: Vincent <vincentchalamon@protonmail.com>
1 parent 7cf645f commit b354d19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/access_token.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ This handler must implement
9090
) {
9191
}
9292

93-
public function getUserIdentifierFrom(string $token): string
93+
public function getUserBadgeFrom(string $accessToken): UserBadge
9494
{
9595
// e.g. query the "access token" database to search for this token
9696
$accessToken = $this->repository->findOneByValue($token);

0 commit comments

Comments
 (0)