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 Yiisoft\Auth\IdentityInterface|null findIdentity ( string $id )
$id string

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