Skip to content

AuthCollectionConfig

AuthCollectionConfig<TCollectionSlug, TFieldSlug, TComponent> = CollectionConfig<AuthFieldMeta, AuthCollectionMeta, TCollectionSlug, TFieldSlug, TComponent>

Defined in: packages/core/src/auth/types.ts:45

Auth collection config — extends CollectionConfig with field-level locking so auth adapters can protect fields that must not be overridden.

TCollectionSlug extends CollectionSlug = CollectionSlug

TFieldSlug extends string = string

TComponent extends ComponentHKT = ComponentHKT