Skip to main content

access_with_email_otp

Function access_with_email_otp 

Source
async fn access_with_email_otp(
    client: &PasswordManagerClient,
    send_id: &str,
) -> Result<String>
Expand description

Email-OTP-protected Sends: the email request is what makes the server send the code, so the expected outcome of the first call is an email_and_otp_required error, not a token.