@accelerated-software-development/caddy-api-client - v0.4.3
    Preparing search index...

    Variable SecurityAuthenticatorHandlerSchemaConst

    SecurityAuthenticatorHandlerSchema: ZodObject<
        {
            handler: ZodLiteral<"authenticator">;
            portal_name: ZodOptional<ZodString>;
            route_matcher: ZodOptional<ZodString>;
        },
        "strip",
        ZodTypeAny,
        { handler: "authenticator"; portal_name?: string; route_matcher?: string },
        { handler: "authenticator"; portal_name?: string; route_matcher?: string },
    > = ...

    Authenticator portal handler schema

    Extends the generated AuthnMiddleware with the handler discriminator. Module ID: http.handlers.authenticator

    const handler = SecurityAuthenticatorHandlerSchema.parse({
    handler: "authenticator",
    portal_name: "myportal",
    });