Function check_phone_number_code

Source
pub async fn check_phone_number_code(
    code: String,
    client_id: i32,
) -> Result<(), Error>
Expand description

Check the authentication code and completes the request for which the code was sent if appropriate

ยงArguments

  • code - Authentication code to check
  • client_id - The client id to send the request to