auth.provider API
    Preparing search index...
    • Composes a config schema by merging module-specific schemas with the CoreConfigSchema. Each module can declare its required config shape; the resulting schema validates the intersection of core + all module schemas.

      Parameters

      • moduleSchemas: ZodObject<
            Readonly<
                {
                    [k: string]: $ZodType<
                        unknown,
                        unknown,
                        $ZodTypeInternals<unknown, unknown>,
                    >;
                },
            >,
            $strip,
        >[]

      Returns ZodType