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 findIdentity( string $id ): Yiisoft\Auth\IdentityInterface|null | ||
| $id | string | |
public function findIdentity(string $id): ?IdentityInterface;
Signup or Login in order to comment.