You are here

public function Oauth2ClientPluginInterface::clearAccessToken in OAuth2 Client 8.3

Clears the access token from storage.

4 methods override Oauth2ClientPluginInterface::clearAccessToken()
AuthCodeAccessExample::clearAccessToken in examples/oauth2_client_example_plugins/src/Plugin/Oauth2Client/AuthCodeAccessExample.php
Clears the access token from storage.
AuthCodeExample::clearAccessToken in examples/oauth2_client_example_plugins/src/Plugin/Oauth2Client/AuthCodeExample.php
Clears the access token from storage.
AuthCodeRedirectExample::clearAccessToken in examples/oauth2_client_example_plugins/src/Plugin/Oauth2Client/AuthCodeRedirectExample.php
Clears the access token from storage.
ResourceOwnerExample::clearAccessToken in examples/oauth2_client_example_plugins/src/Plugin/Oauth2Client/ResourceOwnerExample.php
Clears the access token from storage.

File

src/Plugin/Oauth2Client/Oauth2ClientPluginInterface.php, line 143

Class

Oauth2ClientPluginInterface
Interface for Oauth2 Client plugins.

Namespace

Drupal\oauth2_client\Plugin\Oauth2Client

Code

public function clearAccessToken();