Function check_recovery_email_address_code

Source
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 check
  • client_id - The client id to send the request to