pub async fn check_password_recovery_code(
recovery_code: String,
client_id: i32,
) -> Result<(), Error>Expand description
Checks whether a 2-step verification password recovery code sent to an email address is valid
ยงArguments
recovery_code- Recovery code to checkclient_id- The client id to send the request to