You are here

protected property ApiTokenBase::$token in API Tokens 8.2

Same name and namespace in other branches
  1. 8 src/ApiTokenBase.php \Drupal\api_tokens\ApiTokenBase::token

The API token string.

Type: string

File

src/ApiTokenBase.php, line 46

Class

ApiTokenBase
Provides a base class for the API token plugins.

Namespace

Drupal\api_tokens

Code

protected $token;