pub async fn request_authentication_password_recovery(
client_id: i32,
) -> Result<(), Error>
Expand description
Requests to send a 2-step verification password recovery code to an email address that was previously set up. Works only when the current authorization state is authorizationStateWaitPassword
ยงArguments
client_id
- The client id to send the request to