You are here

public function ApiTokenPluginInterface::validateToken in API Tokens 8.2

Same name and namespace in other branches
  1. 8 src/ApiTokenPluginInterface.php \Drupal\api_tokens\ApiTokenPluginInterface::validateToken()

Performs one-time context-independent validation of the API token.

Return value

bool

1 method overrides ApiTokenPluginInterface::validateToken()
ApiTokenBase::validateToken in src/ApiTokenBase.php
Performs one-time context-independent validation of the API token.

File

src/ApiTokenPluginInterface.php, line 88

Class

ApiTokenPluginInterface
Defines the interface for the API token plugins.

Namespace

Drupal\api_tokens

Code

public function validateToken();