You are here

public function ResourceServerInterface::validateAuthenticatedRequest in Simple OAuth (OAuth2) & OpenID Connect 5.x

Same name and namespace in other branches
  1. 8.4 src/Server/ResourceServerInterface.php \Drupal\simple_oauth\Server\ResourceServerInterface::validateAuthenticatedRequest()
  2. 8.2 src/Server/ResourceServerInterface.php \Drupal\simple_oauth\Server\ResourceServerInterface::validateAuthenticatedRequest()
  3. 8.3 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 20

Class

ResourceServerInterface

Namespace

Drupal\simple_oauth\Server

Code

public function validateAuthenticatedRequest(Request $request);