In Yii2 you can access the identity interface for the current user by using the identityInterface object from within the \\yii\\web\\User class with something like this
In Yii2 \Yii::$app->user->identity contain instance of the identityClass. So, if you want some identityClass-related data - just use it like instance of the identityClass.