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