Function authy::api::user::new

source ·
pub fn new(
    client: &Client,
    email: &str,
    country_code: u16,
    phone: &str,
    send_instructions: bool
) -> Result<(Status, UserNew), AuthyError>
👎Deprecated
Expand description

Please use create.