user property

  1. @override
AuthUser user
override

The user's information at the time of login. This may not be up to date.

Use currentUser to get the latest information.

Implementation

@override
AuthUser get user => _userInfo.asAuthUser;