Versions in this module Expand all Collapse all v0 v0.0.3 May 3, 2026 Changes in this version + const CodeAppUnknown + const CodeAudienceMismatch + const CodeBadRequest + const CodeInternal + const CodeMethodNotAllowed + const CodeOIDCInvalid + const CodePolicyDenied + const CodePolicyNotFound + const CodeReplay + const CodeUpstream type ErrorResponse + Code string + TraceID string v0.0.2 Apr 1, 2026 Changes in this version + const TraceIDKey + func HealthHandler() http.HandlerFunc + func MetricsHandler(authToken string) http.Handler + func ReadinessHandler(ready *atomic.Bool) http.HandlerFunc + type ErrorResponse struct + Error string + type ExchangeHandler struct + func NewExchangeHandler(jtiCache jti.Cache, policyLoader policy.Loader, ...) *ExchangeHandler + func (h *ExchangeHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) + type ExchangeRequest struct + AppName string + Identity string + Scope string + type ExchangeResponse struct + App string + Identity string + Permissions map[string]string + Scope string + Token string