namespace ErsatzTV.Application.Auth; /// /// The identity of the single local administrator, as returned by a successful claim / login / password /// change. The web host turns this into a cookie principal: becomes the name claim /// and is stamped as so a later /// password change (which rotates the stamp) revokes the session. /// public record LocalAdminPrincipal(string Username, string SecurityStamp);