payload-authjs
Version:
A Payload CMS 3 plugin for Auth.js 5
10 lines (9 loc) • 362 B
TypeScript
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;