You are here

public function BaseInterface::validateUuid in DRD Agent 8.3

Same name and namespace in other branches
  1. 4.0.x src/Agent/Auth/BaseInterface.php \Drupal\drd_agent\Agent\Auth\BaseInterface::validateUuid()

Verify if the given UUID is authorised to access this site.

Parameters

string $uuid: UUID of the authentication object that should be validated.

Return value

bool TRUE if authenticated, FALSE otherwise.

1 method overrides BaseInterface::validateUuid()
Base::validateUuid in src/Agent/Auth/Base.php
Verify if the given UUID is authorised to access this site.

File

src/Agent/Auth/BaseInterface.php, line 31

Class

BaseInterface
Interface for authentication methods.

Namespace

Drupal\drd_agent\Agent\Auth

Code

public function validateUuid($uuid) : bool;