next-auth
Version:
Authentication for Next.js
7 lines • 325 B
TypeScript
import type { InternalOptions } from "../../types";
/**
* Starts an e-mail login flow, by generating a token,
* and sending it to the user's e-mail (with the help of a DB adapter)
*/
export default function email(identifier: string, options: InternalOptions<"email">): Promise<string>;
//# sourceMappingURL=signin.d.ts.map