\CryptoManana\Core\Traits\ContainersEntityIdentificationTrait

Trait EntityIdentificationTrait - Reusable implementation of `EntityIdentificationInterface`.

Summary

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

Methods

identifyEntity()

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

Verify the identity of a user or a 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.