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.
Type Parameters
Section titled “Type Parameters”TCollectionSlug
Section titled “TCollectionSlug”TCollectionSlug extends CollectionSlug = CollectionSlug
TFieldSlug
Section titled “TFieldSlug”TFieldSlug extends string = string
TComponent
Section titled “TComponent”TComponent extends ComponentHKT = ComponentHKT