\CryptoManana\Core\Interfaces\ContainersEntityIdentificationInterface

Interface AsymmetricEncryptionInjectableInterface - Interface specification for entity identification.

Summary

Methods
Constants
identifyEntity()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

identifyEntity()

identifyEntity(string  $correctIdentification, string  $suppliedIdentification) : boolean

Verify the identity of a user or client entity.

Parameters

string $correctIdentification

The correct identification information.

string $suppliedIdentification

The supplied identification information.

Throws

\Exception

Validation errors.

Returns

boolean —

The identity verification result.