UNPKG

payload-authjs

Version:
10 lines (9 loc) 362 B
import type { Field } from "payload"; import type { AuthjsPluginConfig } from "../../plugin"; /** * Authenticators field for a user * * @see https://authjs.dev/reference/core/adapters#adapterauthenticator * @see https://authjs.dev/reference/core/types#authenticator */ export declare const authenticatorsField: (pluginOptions: AuthjsPluginConfig) => Field;