pub async fn check_recovery_email_address_code(
code: String,
client_id: i32,
) -> Result<PasswordState, Error>Expand description
Checks the 2-step verification recovery email address verification code
ยงArguments
code- Verification code to checkclient_id- The client id to send the request to