Versions in this module Expand all Collapse all v0 v0.2.0 Sep 13, 2026 Changes in this version + func DeclaredOutcomes() []string v0.1.0 Sep 10, 2026 Changes in this version + const TokenPath + func NewMux(h http.Handler) *http.ServeMux + type Config struct + BodyCeiling int64 + Logger *slog.Logger + type Handler struct + func NewHandler(cfg Config, verifier Verifier, issuer Issuer) (*Handler, error) + func (h *Handler) Outcomes() map[clientassertion.Outcome]uint64 + func (h *Handler) ServeHTTP(w http.ResponseWriter, r *http.Request) + type Issuer interface + Issue func(ctx context.Context, in client_token.Input) (client_token.Output, clientassertion.Outcome, error) + type Verifier interface + Verify func(ctx context.Context, assertionType, raw string) (clientassertion.Result, error) + VerifyFederated func(ctx context.Context, raw string) (clientassertion.Result, error)