method GoTrueApi.prototype.sendMagicLinkEmailRe-exportimport { GoTrueApi } from "https://deno.land/x/gotrue@3.0.0/src/index.ts"; sendMagicLinkEmail(email: string, options?: { redirectTo?: string; }): Promise<{ data: Record<string, unknown> | null; error: ApiError | null; }>Sends a magic login link to an email address. Parametersemail: stringThe email address of the user. optionaloptions: { redirectTo?: string; } = [UNSUPPORTED]A URL or mobile address to send the user to after they are confirmed. ReturnsPromise<{ data: Record<string, unknown> | null; error: ApiError | null; }>