Logged in user information will be stored in Yii::$app->user->identity variable. The authenticated user identity information can be retrieved via Yii::$app->user->identity.
You can get username by using below code.
<?= \Yii::$app->user->identity->
If you have any doubts, Please comment here.