startAuthByEmail

fun startAuthByEmail(    email: String,     callback: StartPasswordlessAuthCallback,     sendLink: Boolean = false,     linkUrl: String? = null)

Starts user authentication and sends an email with a one-time code and a link to the specified email address (if login via magic link is configured for the Login project).

See also

Parameters

email

User email address.

callback

Status callback.

sendLink

Whether to send a link for authentication.

linkUrl

URL to redirect the user, required if sendLink is true.

Sources

Link copied to clipboard