Versions in this module Expand all Collapse all v6 v6.9.3 Mar 25, 2026 Changes in this version + type ManagementTokenRequester interface + GetAuthStatus func(c *gin.Context) + PostOAuthCallback func(c *gin.Context) + RequestAnthropicToken func(*gin.Context) + RequestAntigravityToken func(*gin.Context) + RequestCodexToken func(*gin.Context) + RequestGeminiCLIToken func(*gin.Context) + RequestIFlowCookieToken func(*gin.Context) + RequestIFlowToken func(*gin.Context) + RequestKimiToken func(*gin.Context) + RequestQwenToken func(*gin.Context) + func NewManagementTokenRequester(cfg *config.Config, manager *coreauth.Manager) ManagementTokenRequester + type ServerOption = internalapi.ServerOption + func WithEngineConfigurator(fn func(*gin.Engine)) ServerOption + func WithKeepAliveEndpoint(timeout time.Duration, onTimeout func()) ServerOption + func WithLocalManagementPassword(password string) ServerOption + func WithMiddleware(mw ...gin.HandlerFunc) ServerOption + func WithRequestLoggerFactory(factory func(*config.Config, string) logging.RequestLogger) ServerOption + func WithRouterConfigurator(fn func(*gin.Engine, *handlers.BaseAPIHandler, *config.Config)) ServerOption v6.9.2-rc1 Mar 25, 2026