Interface Yiisoft\Auth\IdentityRepositoryInterface
Identity repository is identity storage that is able to retrieve identity given an ID.
Public Methods
| Method | Description | Defined By |
|---|---|---|
| findIdentity() | Yiisoft\Auth\IdentityRepositoryInterface |
Method Details
| public abstract Yiisoft\Auth\IdentityInterface|null findIdentity ( string $id ) | ||
| $id | string | |
public function findIdentity(string $id): ?IdentityInterface;
Signup or Login in order to comment.