Versions in this module Expand all Collapse all v1 v1.118.0 Aug 1, 2026 Changes in this version + func Register(mux, publicMux *http.ServeMux, cfg Config) + type Config struct + AuthEventStore authevents.Store + AuthEvents *authevents.Writer + Author func(ctx context.Context) string + Connections ConnectionReader + Decode func(w http.ResponseWriter, r *http.Request, dst any) error + DecodeOptional func(w http.ResponseWriter, r *http.Request, dst any) error + GatewayToolkit func() *gatewaykit.Toolkit + Kinds OAuthKindHandlers + Mutable bool + PKCEStore pkcestore.Store + Tokens connoauth.Store + type ConnectionReader interface + Get func(ctx context.Context, kind, name string) (*platform.ConnectionInstance, error) + List func(ctx context.Context) ([]platform.ConnectionInstance, error) + type OAuthKindHandler interface + AfterConnect func(ctx context.Context, name string, connConfig map[string]any) error + ParseOAuthConfig func(connConfig map[string]any) (connoauth.Config, error) + type OAuthKindHandlers map[string]OAuthKindHandler