You are here

public property ApiKey::$user_uuid in Services API Key Authentication 8

Same name and namespace in other branches
  1. 8.2 src/Entity/ApiKey.php \Drupal\services_api_key_auth\Entity\ApiKey::user_uuid
  2. 3.0.x src/Entity/ApiKey.php \Drupal\services_api_key_auth\Entity\ApiKey::user_uuid
  3. 2.0.x src/Entity/ApiKey.php \Drupal\services_api_key_auth\Entity\ApiKey::user_uuid

The User UUID.

Type: string

File

src/Entity/ApiKey.php, line 64

Class

ApiKey
Defines the Api key entity.

Namespace

Drupal\services_api_key_auth\Entity

Code

public $user_uuid;