Versions in this module Expand all Collapse all v1 v1.132.0 Sep 16, 2026 Changes in this version + var ErrNoSuchKey = errors.New("no such key") + type API struct + Caller func(*http.Request) (email, authType string) + Issuer *apikeyissue.Issuer + Keys KeyLister + Refresh func(r *http.Request) + Revoke func(r *http.Request, storedName string) error + Sync func(r *http.Request) + func (a *API) Register(mux *http.ServeMux) + type KeyLister interface + ListKeys func() []auth.APIKeySummary