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 64eb515 commit 995b8acCopy full SHA for 995b8ac
security/access_token.rst
@@ -97,6 +97,7 @@ This handler must implement
97
}
98
99
// and return a UserBadge object containing the user identifier from the found token
100
+ // the user identifier being an email, a username and not necessarily an Id
101
return new UserBadge($accessToken->getUserId());
102
103
0 commit comments