Returns the currently authenticated user data (if any).
Map<String, dynamic>? get user => attribute<Map<String, dynamic>>('user');