public function ResourceServerInterface::validateAuthenticatedRequest in Simple OAuth (OAuth2) & OpenID Connect 8.2
Same name and namespace in other branches
- 8.4 src/Server/ResourceServerInterface.php \Drupal\simple_oauth\Server\ResourceServerInterface::validateAuthenticatedRequest()
- 8.3 src/Server/ResourceServerInterface.php \Drupal\simple_oauth\Server\ResourceServerInterface::validateAuthenticatedRequest()
- 5.x src/Server/ResourceServerInterface.php \Drupal\simple_oauth\Server\ResourceServerInterface::validateAuthenticatedRequest()
Determine the access token validity.
Parameters
\Symfony\Component\HttpFoundation\Request $request: The request object.
Return value
\Symfony\Component\HttpFoundation\Request The request object augmented with the token information.
Throws
\League\OAuth2\Server\Exception\OAuthServerException
1 method overrides ResourceServerInterface::validateAuthenticatedRequest()
- ResourceServer::validateAuthenticatedRequest in src/
Server/ ResourceServer.php - Determine the access token validity.
File
- src/
Server/ ResourceServerInterface.php, line 22
Class
Namespace
Drupal\simple_oauth\ServerCode
public function validateAuthenticatedRequest(Request $request);