type
PluginEndpointContext
HTTP, exact actor identity, LocalAPI, rate-admission, and diagnostic helpers.
Writerhttp.ResponseWriter- Receives the endpoint response.
Request*http.Request- The original namespaced HTTP request.
ClientIPstring- The framework-resolved direct or trusted-forwarded client address.
Actor*store.Document- The authenticated user, or nil for an anonymous request.
ActorCollectionschema.CollectionSlug- Identifies the auth collection owning Actor.
Local*LocalAPI- Enters the ordinary access-controlled operation engine.
AdmitAuthAttemptfunc(context.Context, string, string) error- Applies distributed IP and identity admission before amplifiable authentication work.
ReportErrorfunc(error, string)- Records a stable code and trusted diagnostic detail without exposing it to the client.