The current logged in user's user id
@override String? get userId { final jwt = jwtToken; return jwt?.payload['custom:userID']; }