You are here

public function OAuth2DrupalAuthProvider::cleanup in OAuth2 Server 8

Same name and namespace in other branches
  1. 2.0.x src/Authentication/Provider/OAuth2DrupalAuthProvider.php \Drupal\oauth2_server\Authentication\Provider\OAuth2DrupalAuthProvider::cleanup()

Cleanup.

@todo Doesn't appear to be used.

Parameters

\Symfony\Component\HttpFoundation\Request $request: The request object.

File

src/Authentication/Provider/OAuth2DrupalAuthProvider.php, line 199

Class

OAuth2DrupalAuthProvider
OAuth2 Drupal Auth Provider.

Namespace

Drupal\oauth2_server\Authentication\Provider

Code

public function cleanup(Request $request) {
}