MCPcopy Create free account
hub / github.com/aptabase/aptabase / IUserHasher

Interface IUserHasher

src/Features/Privacy/DailyUserHasher.cs:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8namespace Aptabase.Features.Privacy;
9
10public interface IUserHasher
11{
12 Task<string> CalculateHash(DateTime timestamp, string appId, string sessionId, string clientIP, string userAgent);
13}
14
15public class DailyUserHasher : IUserHasher
16{

Callers 1

ToEventRowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected