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 d52331b commit 71904c8Copy full SHA for 71904c8
security/access_token.rst
@@ -99,7 +99,7 @@ This handler must implement
99
throw new BadCredentialsException('Invalid credentials.');
100
}
101
102
- // and return the user identifier from the found token
+ // and return a UserBadge object containing the user identifier from the found token
103
return $accessToken->getUserId();
104
105
0 commit comments