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 4b7e7d8 commit 3599a4bCopy full SHA for 3599a4b
src/Authorizer.php
@@ -193,7 +193,7 @@ public function setRedirectUriGenerator($redirectUri)
193
*/
194
public function validateAccessToken($httpHeadersOnly = false, $accessToken = null)
195
{
196
- $this->checker->isValidRequest($httpHeadersOnly, $accessToken);
+ return $this->checker->isValidRequest($httpHeadersOnly, $accessToken);
197
}
198
199
/**
0 commit comments