Variable SecurityAuthorizerProviderSchemaConst
SecurityAuthorizerProviderSchema: ZodObject<
{
gatekeeper_name: ZodOptional<ZodString>;
route_matcher: ZodOptional<ZodString>;
},
"strip",
ZodTypeAny,
{ gatekeeper_name?: string; route_matcher?: string },
{ gatekeeper_name?: string; route_matcher?: string },
> = ...
Authorizer provider schema
Based on generated AuthzMiddleware (without handler field since it's a provider). Module ID:
http.authentication.providers.authorizer