pub async fn auth_reset_password(
configuration: &Configuration,
auth_reset_password_request: AuthResetPasswordRequest
) -> Result<(), Error<AuthResetPasswordError>>Expand description
Reset the password using the user’s existing password. Note, this is an authenticated route.