User ID extracted from authentication source
@override String get userId => (_claims[JwtClaims.subject] ?? _claims[AuthClaims.userId] ?? '') as String;