When [[enableSession]] is true, this method may attempt to read the user's authentication data
stored in session and reconstruct the corresponding identity object, if it has not done so before.
public getIdentity ( boolean $autoRenew = true ) : yii\web\IdentityInterface | null | ||
$autoRenew | boolean | whether to automatically renew authentication status if it has not been done so before. This is only useful when [[enableSession]] is true. |
return | yii\web\IdentityInterface | null | the identity object associated with the currently logged-in user. `null` is returned if the user is not logged in (not authenticated). |