pub async fn send_magic_link(
email: &str,
app_id: Option<&str>,
) -> Result<MagicLinkResponse, StackureError>Expand description
Send a passwordless sign-in email.
ยงErrors
Returns StackureError on invalid input, or any transport or API failure.