Skip to content

Commit 71904c8

Browse files
Update security/access_token.rst
Co-authored-by: Vincent <[email protected]>
1 parent d52331b commit 71904c8

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
@@ -99,7 +99,7 @@ This handler must implement
9999
throw new BadCredentialsException('Invalid credentials.');
100100
}
101101

102-
// and return the user identifier from the found token
102+
// and return a UserBadge object containing the user identifier from the found token
103103
return $accessToken->getUserId();
104104
}
105105
}

0 commit comments

Comments
 (0)