0 follower

Interface Yiisoft\Auth\IdentityRepositoryInterface

Identity repository is identity storage that is able to retrieve identity given an ID.

Method Details

Hide inherited methods

findIdentity() public abstract method

public abstract findIdentity( string $id ): Yiisoft\Auth\IdentityInterface|null
$id string

                public function findIdentity(string $id): ?IdentityInterface;