You are here

public function Oauth2ClientServiceInterface::clearAccessToken in OAuth2 Client 8.2

Same name and namespace in other branches
  1. 8.3 src/Service/Oauth2ClientServiceInterface.php \Drupal\oauth2_client\Service\Oauth2ClientServiceInterface::clearAccessToken()

Clears the access token for the given client.

Parameters

string $clientId: The client for which a provider should be created.

1 method overrides Oauth2ClientServiceInterface::clearAccessToken()
Oauth2ClientServiceBase::clearAccessToken in src/Service/Oauth2ClientServiceBase.php
Clears the access token for the given client.

File

src/Service/Oauth2ClientServiceInterface.php, line 38

Class

Oauth2ClientServiceInterface
Interface for the OAuth2 Client service.

Namespace

Drupal\oauth2_client\Service

Code

public function clearAccessToken($clientId);