Function verify_password_reset_code

Source
pub async fn verify_password_reset_code(
    auth: Auth,
    code: String,
) -> Result<String, AuthError>