IAuditActorResolver
Namespace AgentPrism · Assembly
AgentPrism.Abstractions.dllResolves the actor (the who) of the current call.
public interface IAuditActorResolverRemarks
Section titled “Remarks”The default implementation reads the user of the HTTP request. It returns null when there is no authentication or the actor cannot be resolved; that state is not hidden, and the user interface shows “unknown”.
Methods
Section titled “Methods”Resolve()
Section titled “ Resolve()”Resolves the current actor.
string? Resolve()Returns
Section titled “Returns”The actor id, or null when it cannot be resolved.