UNPKG

@auth/core

Version:

Authentication for the Web.

4 lines 308 B
import type { Cookie } from "../../utils/cookie.js"; import type { InternalOptions, RequestInternal, ResponseInternal } from "../../../types"; export declare function signIn(request: RequestInternal, cookies: Cookie[], options: InternalOptions): Promise<ResponseInternal>; //# sourceMappingURL=index.d.ts.map