public function OAuth2ClientInterface::clearToken in OAuth2 Client 8
Clear the token data from the session.
1 method overrides OAuth2ClientInterface::clearToken()
- OAuth2Client::clearToken in src/
Service/ OAuth2Client.php - Clear the token data from the session.
File
- src/
Service/ OAuth2ClientInterface.php, line 27
Class
- OAuth2ClientInterface
- Interface OAuth2ClientInterface.
Namespace
Drupal\oauth2_client\ServiceCode
public function clearToken();